css
This commit is contained in:
parent
490021c2f5
commit
001079c072
|
@ -6,7 +6,7 @@
|
||||||
display flex
|
display flex
|
||||||
justify-content: center
|
justify-content: center
|
||||||
flex-wrap: wrap
|
flex-wrap: wrap
|
||||||
margin: 1rem 0 2rem
|
margin: 1.5rem 0 3rem
|
||||||
img
|
img
|
||||||
object-fit: contain
|
object-fit: contain
|
||||||
>img
|
>img
|
||||||
|
@ -32,8 +32,9 @@
|
||||||
nav.cap
|
nav.cap
|
||||||
margin-top: 1rem
|
margin-top: 1rem
|
||||||
background: var(--card)
|
background: var(--card)
|
||||||
|
box-shadow: $boxshadow-button
|
||||||
a
|
a
|
||||||
color: $color-link
|
color: var(--text-p2)
|
||||||
&:hover
|
&:hover
|
||||||
background: var(--block)
|
background: var(--block)
|
||||||
&.active
|
&.active
|
||||||
|
@ -46,6 +47,6 @@
|
||||||
.tag-plugin.about
|
.tag-plugin.about
|
||||||
padding: 1.5rem 1rem
|
padding: 1.5rem 1rem
|
||||||
.about-header
|
.about-header
|
||||||
margin: 2rem 0
|
margin: 2.5rem 0 3rem
|
||||||
p
|
p
|
||||||
width 100%
|
width 100%
|
||||||
|
|
Loading…
Reference in New Issue