mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-10 07:27:23 +01:00
Merge pull request #247 from amiaopensource/fr-to-perc
changes fractions to percentages in grid template
This commit is contained in:
commit
6d41096dd5
@ -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