css
This commit is contained in:
parent
a518baf5a9
commit
834f0277ea
|
@ -86,11 +86,9 @@
|
||||||
@media screen and (max-width: 900px)
|
@media screen and (max-width: 900px)
|
||||||
height: 240px
|
height: 240px
|
||||||
@media screen and (max-width: $device-tablet)
|
@media screen and (max-width: $device-tablet)
|
||||||
height: 280px
|
|
||||||
@media screen and (max-width: $device-mobile)
|
|
||||||
height: 240px
|
|
||||||
@media screen and (max-width: $device-mobile-425)
|
|
||||||
height: 220px
|
height: 220px
|
||||||
|
@media screen and (max-width: $device-mobile-425)
|
||||||
|
height: 200px
|
||||||
@media screen and (max-width: $device-mobile-375)
|
@media screen and (max-width: $device-mobile-375)
|
||||||
height: 180px
|
height: 180px
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
text-align: center
|
text-align: center
|
||||||
position: relative
|
position: relative
|
||||||
align-items: center
|
align-items: center
|
||||||
|
max-width 400px
|
||||||
.md .tag-plugin.quot:not(span)
|
.md .tag-plugin.quot:not(span)
|
||||||
display: inline-flex
|
display: inline-flex
|
||||||
align-self: center
|
align-self: center
|
||||||
|
|
Loading…
Reference in New Issue