summaryrefslogtreecommitdiff
path: root/templates/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'templates/style.css')
-rw-r--r--templates/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/style.css b/templates/style.css
index 6e43c21..4086c46 100644
--- a/templates/style.css
+++ b/templates/style.css
@@ -36,7 +36,7 @@ div {
@apply text-secondary-500 hover:text-fuchsia-600;
}
.header {
- @apply w-2/3 bg-primary-300 flex p-2;
+ @apply w-full md:w-2/3 bg-primary-300 flex p-2;
}
.about {
@apply border-4 border-fuchsia-200 border-dashed p-2 justify-items-center;