Remove bullet points from left side of screen

This commit is contained in:
9sqn 2020-10-18 19:22:18 +08:00
parent 5135631a3b
commit 8df82f30f9
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ input[type="text"] {
.flashes {
padding-top: 1em;
list-style-type: none;
padding-left: 0px;
}
.search-btn {