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

test scrolling codeboxen

This commit is contained in:
eggy
2017-08-31 13:34:43 +02:00
parent d123fa8507
commit 0acf0b5815

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,9 +168,9 @@ 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;
/* margin-left: 160px; /* margin-left: 160px;
margin-right: 16px; margin-right: 16px;