css
This commit is contained in:
parent
6a8e773a42
commit
2957f109df
|
@ -89,7 +89,7 @@
|
|||
align-items: flex-start
|
||||
a.wiki-home
|
||||
margin-bottom: .5rem
|
||||
color: var(--text-p2)
|
||||
color: var(--text-p1)
|
||||
svg
|
||||
margin-right: 2px
|
||||
&:hover
|
||||
|
|
|
@ -1,13 +1,12 @@
|
|||
.md .tag-plugin.link
|
||||
// margin-top: 1em
|
||||
// margin-bottom: 1em
|
||||
max-width: 360px
|
||||
margin: 1em auto
|
||||
display: flex
|
||||
justify-content: center
|
||||
@media screen and (max-width: $device-mobile-375)
|
||||
width: 100%
|
||||
|
||||
.md .link-card
|
||||
// margin-right: 1em
|
||||
background: var(--card)
|
||||
display: inline-flex
|
||||
justify-content: space-between
|
||||
|
|
Loading…
Reference in New Issue