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