codebox scrolling bei winzigdisplay, versuch eins

This commit is contained in:
eggy
2017-08-27 11:37:10 +02:00
parent 8f2c56124f
commit 7f4bfb8309
+16
View File
@@ -155,6 +155,7 @@ a:hover { text-decoration: underline; }
.page-body {
/* margin: 4px 0; */
margin: 10px 0;
}
.debianforumde-sidebar {
@@ -164,6 +165,21 @@ a:hover { text-decoration: underline; }
float:left;
}
@media only screen and (min-width: 1px) {
.page-body {
margin: 10px 0;
float:right;
width:99%;
}
}
@media only screen and (min-width: 680px) {
.page-body {
margin: 10px 0;