From dd32e4b26106d81015acfbfb7573b4121a03bd70 Mon Sep 17 00:00:00 2001 From: Philipp Lang Date: Fri, 20 Aug 2021 13:19:50 +0200 Subject: [PATCH] Mod style --- assets/css/app.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/css/app.css b/assets/css/app.css index ea15b71..74ddc93 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -31,6 +31,7 @@ body { scroll-behavior: smooth; overflow-x: hidden; + & > * { flex: 0 0 100%; scroll-snap-align: start; } @@ -47,8 +48,6 @@ body { background: var(--bg-color); & > div { h2 { - margin: 3rem auto; - font-size: 2.3rem; color: var(--secondary); text-align: center; }