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