Skip to content
Snippets Groups Projects
Commit 4f8bf7a8 authored by Vedran Karačić's avatar Vedran Karačić
Browse files

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

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