mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-10 07:27:23 +01:00
changes fractions to percentages in grid template
This commit is contained in:
parent
b483acdb6d
commit
2b6dfac5b0
@ -40,7 +40,7 @@
|
|||||||
@media only screen and (min-width: 1000px) {
|
@media only screen and (min-width: 1000px) {
|
||||||
.grid {
|
.grid {
|
||||||
grid-gap: 1rem;
|
grid-gap: 1rem;
|
||||||
grid-template-columns: 0.25fr auto;
|
grid-template-columns: 30% auto;
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
"header header"
|
"header header"
|
||||||
"sidebar content"
|
"sidebar content"
|
||||||
|
Loading…
Reference in New Issue
Block a user