[fix] link max-width
This commit is contained in:
parent
e86eaf209f
commit
a2d56b9358
|
@ -1,10 +1,7 @@
|
|||
.md-text .tag-plugin.link
|
||||
max-width: 100%
|
||||
margin: 1em auto
|
||||
display: flex
|
||||
justify-content: center
|
||||
@media screen and (max-width: $device-mobile-375)
|
||||
width: 100%
|
||||
|
||||
.md-text .link-card
|
||||
background: var(--card)
|
||||
|
@ -12,11 +9,8 @@
|
|||
justify-content: space-between
|
||||
align-items: center
|
||||
cursor: pointer
|
||||
// min-width 280px
|
||||
// max-width: 100%
|
||||
width: 320px
|
||||
@media screen and (max-width: $device-mobile-375)
|
||||
width: 100%
|
||||
max-width: 100%
|
||||
box-shadow: $boxshadow-card
|
||||
border-radius: $border-bar
|
||||
trans2: box-shadow transform
|
||||
|
|
Loading…
Reference in New Issue