mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-11-15 08:07:43 +01:00
Include CSS grid-template-areas on largest media query
This commit is contained in:
@@ -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";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user