From e4f7c06dd03aeb23a5ba641cc1ac13e613e4587c Mon Sep 17 00:00:00 2001 From: James Collins Date: Wed, 25 Jan 2023 17:59:24 +1000 Subject: [PATCH] fix large screen formatting --- resources/js/views/WorkshopView.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/js/views/WorkshopView.vue b/resources/js/views/WorkshopView.vue index 5385329..7af0850 100644 --- a/resources/js/views/WorkshopView.vue +++ b/resources/js/views/WorkshopView.vue @@ -198,12 +198,12 @@ handleLoad(); .workshop-body { flex: 1; - text-align: center; + text-align: left; } .workshop-info { width: 18rem; - margin-left: 1rem; + margin-left: 2rem; h4 { margin-bottom: 0.25rem; @@ -255,7 +255,7 @@ handleLoad(); flex-direction: column; .workshop-body { - // text-align: left; + text-align: center; } .workshop-info {