8
0

Fix off-by-one error in daux theme media queries

Dieser Commit ist enthalten in:
Andrew Story 2016-04-21 21:37:08 -07:00
Ursprung 6029e70bff
Commit 10f87c8298
5 geänderte Dateien mit 8 neuen und 8 gelöschten Zeilen

Dateidiff unterdrückt, weil mindestens eine Zeile zu lang ist

Dateidiff unterdrückt, weil mindestens eine Zeile zu lang ist

Dateidiff unterdrückt, weil mindestens eine Zeile zu lang ist

Dateidiff unterdrückt, weil mindestens eine Zeile zu lang ist

Datei anzeigen

@ -80,7 +80,7 @@ Homepage
text-transform: uppercase;
border: 5px solid @dark;
@media (max-width: 767px) {
@media (max-width: 768px) {
display: block; margin-bottom: 10px;
}
@ -131,7 +131,7 @@ Homepage
}
}
@media (max-width: 767px) {
@media (max-width: 768px) {
padding: 40px 20px;
}
}
@ -143,7 +143,7 @@ Homepage
color: light;
border: none;
@media (max-width: 767px) {
@media (max-width: 768px) {
padding: 0 20px;
}
@ -219,7 +219,7 @@ html, body {
padding: 0px;
}
@media screen and (min-width: 767px) {
@media screen and (min-width: 768px) {
body {
//Needed only for floating code blocks