Commit 4f8bf7a8 by Vedran Karačić

Merge pull request #11978 from edx/vkaracic/mobile-header

Lower padding on header for 320 breakpoint.
parents bf66cb76 733f7375
......@@ -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