aboutsummaryrefslogtreecommitdiff
path: root/app/css
diff options
context:
space:
mode:
Diffstat (limited to 'app/css')
-rw-r--r--app/css/style.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/app/css/style.css b/app/css/style.css
index d9ff071..29ad841 100644
--- a/app/css/style.css
+++ b/app/css/style.css
@@ -18,10 +18,8 @@ body {
}
.search_box {
- position: absolute;
- top: 30%;
- left: 10%;
width: 80%;
+ margin: 10% auto 0px auto;
}
.search {
@@ -36,3 +34,10 @@ body {
.search::placeholder {
color: #c9c9c9;
}
+
+.small {
+ font-size: 0.75rem;
+ color: #bdbdbd;
+ text-transform: uppercase;
+ padding-left: 5px;
+}