From 226ff718302a269c3e0939b00b5076c7714fba96 Mon Sep 17 00:00:00 2001 From: Philipp Lang Date: Fri, 20 Aug 2021 13:18:36 +0200 Subject: [PATCH] fixup! Ignore temporary vim files --- assets/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/app.css b/assets/css/app.css index 617d0a3..ea15b71 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -30,7 +30,7 @@ body { scroll-snap-type: x proximity; scroll-behavior: smooth; overflow-x: hidden; - & > * { + flex: 0 0 100%; scroll-snap-align: start; }