From 28e07ec4bc258a6e257e7f452bef16dbae664651 Mon Sep 17 00:00:00 2001 From: James Collins Date: Wed, 25 Jan 2023 12:25:56 +1000 Subject: [PATCH] center sections on large monitors --- resources/js/views/Home.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/js/views/Home.vue b/resources/js/views/Home.vue index 3c7d49a..f4c6bc7 100644 --- a/resources/js/views/Home.vue +++ b/resources/js/views/Home.vue @@ -277,6 +277,7 @@ handleLoad(); border-radius: 24px; padding: 4rem 8rem; width: auto; + align-self: center; h2 { font-size: 400%; @@ -290,6 +291,7 @@ handleLoad(); .workshops { margin: 8rem auto; + align-self: center; h2 { font-size: 300%; @@ -318,6 +320,7 @@ handleLoad(); margin-left: 2rem; margin-right: 2rem; width: auto; + align-self: center; img { border-radius: 24px; @@ -399,6 +402,7 @@ handleLoad(); .subscribe { margin: 6rem auto 0 auto; + align-self: center; h2 { font-size: 200%;