when searching, list one column, big results

This commit is contained in:
Luke Smith
2022-05-26 19:24:19 -04:00
parent 56c44d2637
commit 10b9f8fbc3
2 changed files with 15 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ h1 {
h2 {
color: tomato ;
text-align: center ;
}
footer {
@@ -146,3 +147,13 @@ button.clear-search {
button.clear-search:hover {
color: #eee;
}
.matched-recipe {
font-size: x-large ;
}
.list-searched {
column-count: 1 !important ;
list-style: decimal ;
}