Fix #374 - Media query at bottom of app.css needs max-width of 979px
This commit is contained in:
@@ -92,7 +92,7 @@ ol.commentlist img.avatar { float: left; margin-right: 10px; }
|
|||||||
Media Queries
|
Media Queries
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
||||||
@media (max-width: 980px) {
|
@media (max-width: 979px) {
|
||||||
/* Fix top padding when using the responsive grid with the fixed topbar */
|
/* Fix top padding when using the responsive grid with the fixed topbar */
|
||||||
body {
|
body {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user