forked from blek/world
add dropdown style
This commit is contained in:
parent
10b282f8c5
commit
e50ca79cf5
|
@ -0,0 +1,6 @@
|
|||
.dropdown {
|
||||
display: none;
|
||||
&:target {
|
||||
display: block;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue