From b5fbd2b00d7338644e142fd4eaa77a147726fb1a Mon Sep 17 00:00:00 2001 From: Nick Playfair Date: Sat, 6 Mar 2021 21:30:44 +0000 Subject: [PATCH] Fix alignment --- src/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index 0b07c68..9c16c15 100644 --- a/src/style.css +++ b/src/style.css @@ -9,8 +9,8 @@ main { flex-direction: row; flex-flow: wrap; min-width: 500px; - max-width: 90vw; justify-content: space-between; + margin: 0 1rem; } section { @@ -19,4 +19,5 @@ section { .upload { flex-basis: 100%; -} \ No newline at end of file + text-align: center; +}