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