diff --git a/cara/apps/static/css/style.css b/cara/apps/static/css/style.css
index e1c45274..fd8b6a36 100644
--- a/cara/apps/static/css/style.css
+++ b/cara/apps/static/css/style.css
@@ -86,7 +86,7 @@ body {
display: block;
margin-left: auto;
margin-right: auto;
- height: 6em;
+ height: 4em;
}
.container {
@@ -108,6 +108,7 @@ body {
.head-center {
text-align: center;
+ font-size: 3vh;
}
.center {
@@ -194,6 +195,11 @@ footer img {
.logo {
float: left;
+ height: 6em;
+ }
+
+ .head-center {
+ font-size: 2.5rem;
}
}
/* Devices under 768px (md) */