summaryrefslogtreecommitdiff
path: root/src/web/src/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/src/styles.css')
-rw-r--r--src/web/src/styles.css8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/web/src/styles.css b/src/web/src/styles.css
index f52e2e7..5aedd08 100644
--- a/src/web/src/styles.css
+++ b/src/web/src/styles.css
@@ -100,6 +100,7 @@ body {
height: 120px;
box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.3);
transition: 0.3s;
+ margin: 20px auto;
}
.card .card-img {
@@ -120,8 +121,7 @@ body {
border-radius: 0px 0px 40px 40px;
font-family: sans-serif;
font-weight: bold;
- font-size: 30px;
- margin-top: -80px;
+ font-size: 20px;
height: 40px;
}
@@ -134,10 +134,6 @@ body {
color: white;
}
-.title-black {
- color: black;
-}
-
@media all and (max-width: 500px) {
.card-list {
/* On small screens, we are no longer using row direction but column */