Skip to content
Snippets Groups Projects
Commit 733f7375 authored by Vedran Karacic's avatar Vedran Karacic
Browse files

Lower padding on header for 320 breakpoint

parent bf66cb76
No related merge requests found
......@@ -30,6 +30,10 @@ $course-search-input-height: ($button-size);
margin: 0 auto;
padding: ($baseline*3);
max-width: ($baseline*60);
@include media($bp-tiny) {
padding: ($baseline/2);
}
}
.title {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment