1
0
mirror of http://aero2k.de/repos/dfde-theme.git synced 2017-09-06 15:25:40 +02:00

gleichschaltung der medien

This commit is contained in:
Thorsten S
2017-08-27 12:05:03 +02:00
parent 7f4bfb8309
commit f165f45ca7
3 changed files with 4 additions and 4 deletions

View File

@@ -118,7 +118,7 @@
}
}
@media (max-width: 700px) {
@media (max-width: 680px) {
.responsive-hide { display: none !important; }
.responsive-show { display: block !important; }
.responsive-show-inline { display: inline !important; }
@@ -552,7 +552,7 @@
}
}
@media (min-width: 700px) {
@media (min-width: 680px) {
.postbody { width: 70%; }
}