fix row/col regression
This commit is contained in:
parent
5288e7078f
commit
e3612f02af
|
@ -1,4 +1,4 @@
|
||||||
/*! Stylelite v:0.6.5 | MIT LICENSE | https://github.com/n2geoff/stylelite */
|
/*! Stylelite v:0.6.7 | MIT LICENSE | https://github.com/n2geoff/stylelite */
|
||||||
:root {
|
:root {
|
||||||
--size: 1rem;
|
--size: 1rem;
|
||||||
--radius: 0rem;
|
--radius: 0rem;
|
||||||
|
@ -380,7 +380,6 @@ nav.navbar a {color: var(--white)}
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
padding: .5rem;
|
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue