Move un-minified CSS to main folder

This commit is contained in:
~erin 2022-01-24 07:40:04 -05:00
parent af95ebeb66
commit e7d99fed96
No known key found for this signature in database
GPG Key ID: DA70E064A8C70F44
1 changed files with 8 additions and 0 deletions

View File

@ -29,6 +29,7 @@ body {
font-family: 'Atkinson Hyperlegible', sans-serif; font-family: 'Atkinson Hyperlegible', sans-serif;
} }
a { a {
color: var(--link); color: var(--link);
padding: 5px; padding: 5px;
@ -57,6 +58,13 @@ ul {
column-count: 3; column-count: 3;
} }
@media only screen and (max-width: 768px) {
ul {
column-count: 1;
}
}
ul.recipe { ul.recipe {
column-count: 1; column-count: 1;
} }