From b07c99f80573c1dbb6aa3fcfa6df851167df8abb Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 1 Dec 2022 17:02:09 -0800 Subject: [PATCH] fix css linting Signed-off-by: Arthur Lu --- source/static/homepage.css | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/source/static/homepage.css b/source/static/homepage.css index 1daf72f..05cb695 100644 --- a/source/static/homepage.css +++ b/source/static/homepage.css @@ -52,20 +52,21 @@ body { .search-bar { display: flex; justify-content: center; - font-family: 'Century Gothic'; + font-family: "Century Gothic", "sans-serif"; font-weight: bold; color: #516754; } -#sort{ +#sort { margin-right: 1em; } .search-bar > form { float: right; padding: 6px 10px; - /* - margin-top: 8px; + + /* + margin-top: 8px; margin-right: 16px; */ background: rgb(239 183 183); @@ -77,8 +78,8 @@ body { #search-btn { position: relative; align-self: center; - width: 30px; - height: 30px; + width: 30px; + height: 30px; } #recent-reviews-text { @@ -93,17 +94,17 @@ img#create-btn { align-self: center; padding-left: 2.5%; padding-right: 2.5%; - cursor: pointer; - width: 10%; - height: 10%; + cursor: pointer; + width: 10%; + height: 10%; } img#create-btn-invis { - opacity: 0%; + opacity: 0; padding-left: 2.5%; padding-right: 2.5%; - width: 10%; - height: 10%; + width: 10%; + height: 10%; } .review-container {