Skip to content
Snippets Groups Projects
Commit def00b1b authored by khawkins's avatar khawkins
Browse files

Improve small screen padding

parent 353bc8e3
No related branches found
No related tags found
No related merge requests found
......@@ -748,7 +748,9 @@ blockquote.drop-quote::first-line {
font-size: 1.6rem; }
/* tweaks to foundation's mobile settings */
@media screen and (max-width: 40em) {
@media screen and (max-width: 75rem) {
body ul.dropdown.menu.float-left {
padding-left: .5rem; }
body #content {
padding-right: .5rem;
padding-left: .5rem; }
......
This diff is collapsed.
......@@ -689,8 +689,9 @@ a:active {
}
/* tweaks to foundation's mobile settings */
@media screen and (max-width: 40em) {
@media screen and (max-width: 75rem) {
body {
ul.dropdown.menu.float-left { padding-left: .5rem; }
#content { padding-right: .5rem; padding-left: .5rem; }
h1 { font-size: 2.5rem; }
h1 .hexagon { display:none; }
......
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