Private
Public Access
1
0

print media

This commit is contained in:
Sander Roosendaal
2018-11-12 17:45:18 +01:00
parent c7a335c33f
commit 25f543f969

View File

@@ -662,9 +662,9 @@
@media print {
.wrapper {
display: grid;
grid-template-columns: repeat(4,1fr);
grid-template-areas:
"content"
"ad"
"content content content content"
}
header, ad, user, nav, aside, footer {