css
This commit is contained in:
parent
aecd6e9a4f
commit
490021c2f5
|
@ -28,6 +28,7 @@
|
||||||
>p
|
>p
|
||||||
line-height: 1.5
|
line-height: 1.5
|
||||||
.tag-plugin.navbar:last-child
|
.tag-plugin.navbar:last-child
|
||||||
|
text-align: center
|
||||||
nav.cap
|
nav.cap
|
||||||
margin-top: 1rem
|
margin-top: 1rem
|
||||||
background: var(--card)
|
background: var(--card)
|
||||||
|
@ -43,7 +44,7 @@
|
||||||
|
|
||||||
@media screen and (max-width: $device-mobile)
|
@media screen and (max-width: $device-mobile)
|
||||||
.tag-plugin.about
|
.tag-plugin.about
|
||||||
padding: 1rem
|
padding: 1.5rem 1rem
|
||||||
.about-header
|
.about-header
|
||||||
margin: 2rem 0
|
margin: 2rem 0
|
||||||
p
|
p
|
||||||
|
|
|
@ -79,3 +79,6 @@
|
||||||
display: none
|
display: none
|
||||||
&.active
|
&.active
|
||||||
display: block
|
display: block
|
||||||
|
|
||||||
|
.md.indent .tag-plugin.tabs .tab-content p:not([class])
|
||||||
|
text-indent: 'calc(%s * 2)' % $fs-p
|
Loading…
Reference in New Issue