bump
This commit is contained in:
parent
714bcb13b3
commit
9658ce454b
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
||||||
/*! Stylelite v:0.6.1 | MIT LICENSE | https://github.com/n2geoff/stylelite */
|
/*! Stylelite v:0.6.2 | MIT LICENSE | https://github.com/n2geoff/stylelite */
|
||||||
:root {
|
:root {
|
||||||
--size: 1rem;
|
--size: 1rem;
|
||||||
--radius: 0rem;
|
--radius: 0rem;
|
||||||
|
@ -328,7 +328,7 @@ nav {
|
||||||
}
|
}
|
||||||
|
|
||||||
nav > ul {
|
nav > ul {
|
||||||
margin: 0 0 0 -2rem;
|
margin: 0 0 0 -1rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin-bottom: .25rem;
|
margin-bottom: .25rem;
|
||||||
|
|
Loading…
Reference in New Issue