mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2026-01-22 10:53:02 +00:00
when searching, list one column, big results
This commit is contained in:
@@ -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 ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user