Remove bullet points from left side of screen (#1)

* Remove bullet points from left side of screen

* Update style.css

Fix indentation to be consistent with the rest of the project
This commit is contained in:
9sqn 2020-10-19 14:30:08 +08:00 committed by GitHub
parent 5135631a3b
commit 4ef8a9ede8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {