mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-06 13:37:24 +01:00
Merge pull request #272 from kfrn/gh-pages
Fix sizing issue at large resolutions
This commit is contained in:
commit
634f72213b
@ -61,6 +61,10 @@ html, body {
|
||||
.grid {
|
||||
max-width: 70%;
|
||||
margin: 0 auto;
|
||||
grid-template-areas:
|
||||
"header header"
|
||||
"sidebar content"
|
||||
"footer footer";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user