Commit 733f7375 by Vedran Karacic

Lower padding on header for 320 breakpoint

parent bf66cb76
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment