From 133d607b2f1b4a5de3491d44a4867777eba0d4ca Mon Sep 17 00:00:00 2001 From: Caleb Burke Date: Fri, 17 Jul 2026 04:54:06 -0700 Subject: [PATCH] Removing bad padding --- web/src/layouts/PublicLayout.vue | 8 -------- 1 file changed, 8 deletions(-) diff --git a/web/src/layouts/PublicLayout.vue b/web/src/layouts/PublicLayout.vue index 79d419c..fac495e 100644 --- a/web/src/layouts/PublicLayout.vue +++ b/web/src/layouts/PublicLayout.vue @@ -140,14 +140,6 @@ const currentYear = DateTime.local().year margin: 0 auto; } -.public-row { - margin: -20px; -} - -.public-row > :deep(.v-col) { - padding: 20px; -} - .sidebar { position: sticky; top: 24px; -- 2.47.3