More layout fixes for small devices.

This commit is contained in:
Daniel Meltzer 2016-06-01 21:37:03 -05:00
parent 5d206f2c20
commit d85d3b14f7
2 changed files with 6 additions and 1 deletions

View file

@ -2,7 +2,8 @@
background-color: inherit;
}
.main-header .logo {
min-width: 380px;
width: 100% !important;
white-space: nowrap;
text-align: left;
display: block;
clear: both;

View file

@ -59,6 +59,10 @@
margin: 2px;
}
.nav::after {
clear: none;
}
}
</style>