+
+
-
+
+
+
diff --git a/web/src/styles/global.css b/web/src/styles/global.css
index 72bbb23..5fb233d 100644
--- a/web/src/styles/global.css
+++ b/web/src/styles/global.css
@@ -28,7 +28,7 @@
html body {
@apply font-[Georgia];
- @apply w-[68%] mx-auto h-full;
+ @apply w-full md:w-[68%] mx-auto h-full;
@apply bg-(--bg-light);
}
@@ -48,7 +48,7 @@
}
.content-panel {
- @apply w-[68%] py-14 pl-10;
+ @apply w-full md:w-[68%] py-8 md:py-14 px-6 md:pl-10 md:pr-0;
}
@tailwind utilities;
\ No newline at end of file
+
+
+
+