#1 Allow searches to be made from the main page

This commit is contained in:
2024-01-22 10:49:08 +00:00
parent 216d71c15d
commit 897d4ab9aa
6 changed files with 24 additions and 34 deletions

View File

@ -27,14 +27,15 @@
.alertText {
display: table;
margin: 0 auto;
padding: 0 5px 0 0;
text-align: center;
font-size: 16px;
font-size: 20px;
}
.alertClose {
float: right;
padding-top: 5px;
font-size: 10px;
font-size: 15px;
}
.clear {