fix css linting

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2022-12-01 17:02:09 -08:00
parent 82aba63baf
commit b07c99f805

View File

@ -52,7 +52,7 @@ body {
.search-bar {
display: flex;
justify-content: center;
font-family: 'Century Gothic';
font-family: "Century Gothic", "sans-serif";
font-weight: bold;
color: #516754;
}
@ -64,6 +64,7 @@ body {
.search-bar > form {
float: right;
padding: 6px 10px;
/*
margin-top: 8px;
margin-right: 16px;
@ -99,7 +100,7 @@ img#create-btn {
}
img#create-btn-invis {
opacity: 0%;
opacity: 0;
padding-left: 2.5%;
padding-right: 2.5%;
width: 10%;