aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2024-06-11 12:47:35 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2024-06-11 12:47:46 +0200
commita61e3c8a96b41f42702283dd1f365d200dc1ddb1 (patch)
tree0a6df42c333d5e617625c062103a76128baa9f3f
parent696f13e33d75003b5353e6081074444109b6a10b (diff)
styles.css: Set min-height
-rw-r--r--static/css/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/styles.css b/static/css/styles.css
index 26161b2..826185b 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -11562,7 +11562,7 @@ body {
position: relative;
width: 100%;
height: auto;
- min-height: 80rem;
+ min-height: 90rem;
padding: 15rem 0;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 75%, #000 100%), url("../assets/img/bg-masthead.jpg");
background-position: center;