fix row/col regression

This commit is contained in:
Geoff Doty 2024-01-24 16:57:41 -05:00
parent 5288e7078f
commit e3612f02af
1 changed files with 1 additions and 2 deletions

View File

@ -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 {
--size: 1rem;
--radius: 0rem;
@ -380,7 +380,6 @@ nav.navbar a {color: var(--white)}
justify-content: space-between;
align-items: stretch;
flex: 1;
padding: .5rem;
max-width: 100%;
}