Margin and Padding at 'Container Queries'
This commit is contained in:
@@ -34,16 +34,19 @@
|
||||
|
||||
+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
|
||||
|
Reference in New Issue
Block a user