test scrolling codeboxen

This commit is contained in:
eggy
2017-08-31 13:34:43 +02:00
parent d123fa8507
commit 0acf0b5815
+5 -2
View File
@@ -153,7 +153,10 @@ a:hover { text-decoration: underline; }
} }
.page-body { .page-body {
/* margin: 4px 0; */ /* margin: 4px 0; */
/* evtl sorgt das fuer scrolling von codeboxen auf mobile ... mal sehn: */
width:95%;
} }
@@ -165,7 +168,7 @@ a:hover { text-decoration: underline; }
} }
@media only screen and (min-width: 680px) { @media only screen and (min-width: 680px) {
.page-body { .page-body {
margin: 10px 0; margin: 10px 0;
/* clear: both; */ /* clear: both; */
float:right; float:right;