mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-21 22:42:19 +00:00
class for vexpert badge in sidebar
This commit is contained in:
parent
d8319e15d3
commit
b48ef20609
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ html, body
|
||||||
.search
|
.search
|
||||||
@media screen and (min-width: 992px)
|
@media screen and (min-width: 992px)
|
||||||
margin-right: 1.5rem
|
margin-right: 1.5rem
|
||||||
|
|
||||||
|
.sidebar
|
||||||
|
&_badge
|
||||||
|
max-height: 8rem
|
||||||
|
|
||||||
|
|
||||||
// Magic for collapsing content, borrowed from https://www.digitalocean.com/community/tutorials/css-collapsible
|
// Magic for collapsing content, borrowed from https://www.digitalocean.com/community/tutorials/css-collapsible
|
||||||
|
|
Loading…
Reference in a new issue