mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-12-26 11:48:21 +01:00
Include CSS grid-template-areas on largest media query
This commit is contained in:
parent
46356c3b98
commit
94049d2338
@ -61,6 +61,10 @@ html, body {
|
|||||||
.grid {
|
.grid {
|
||||||
max-width: 70%;
|
max-width: 70%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
grid-template-areas:
|
||||||
|
"header header"
|
||||||
|
"sidebar content"
|
||||||
|
"footer footer";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user