Reverting to static height

This commit is contained in:
reverend 2021-03-09 20:42:56 +01:00
parent 47f7f7efcf
commit ac10f22c81
1 changed files with 5 additions and 8 deletions

View File

@ -34,19 +34,16 @@
+RV-Element('Square')
min-width 300px
--width 100%
width 100%
min-height 300px
height var(--height)
width var(--width)
+RV-Element--modifier('large')
--height 500px
--width 500px
height 500px
width 500px
+RV-Element--modifier('small')
--height 100px
--width 100px
height 100px
width 100px
+RV-Block--modifier('square')
height 350px