css
This commit is contained in:
parent
a25b1701c5
commit
f0d9ff855b
|
@ -3,7 +3,7 @@
|
||||||
margin: 1em auto
|
margin: 1em auto
|
||||||
display: flex
|
display: flex
|
||||||
justify-content: center
|
justify-content: center
|
||||||
@media screen and (max-width: $device-mobile-375)
|
@media screen and (max-width: $device-mobile-425)
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|
||||||
.md .link-card
|
.md .link-card
|
||||||
|
@ -32,6 +32,7 @@
|
||||||
flex-direction: column
|
flex-direction: column
|
||||||
align-items: stretch
|
align-items: stretch
|
||||||
width: 400px
|
width: 400px
|
||||||
|
text-align: justify
|
||||||
|
|
||||||
.md .link-card
|
.md .link-card
|
||||||
line-height: 1.2
|
line-height: 1.2
|
||||||
|
|
Loading…
Reference in New Issue