This commit is contained in:
calzoneman 2013-10-28 21:49:22 -05:00
parent f9c4685948
commit 1939314d72
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,12 @@
body { body {
padding-top: 60px; padding-top: 60px;
} }
@media (max-width: 979px) {
body {
padding-top: 0!important;
}
}
</style> </style>
</head> </head>
<body> <body>