summaryrefslogtreecommitdiff
path: root/templates/style.css
diff options
context:
space:
mode:
authorStas Medvedev <medvedevsa97@gmail.com>2024-06-11 02:58:35 +0300
committerStas Medvedev <medvedevsa97@gmail.com>2024-06-11 02:58:35 +0300
commit888de0a90ae0e04ea9e20063d9a6cbfa9a20e9e0 (patch)
treeec270ebbc4e6b2cb8b59e0c3d830881bd9b3f2f4 /templates/style.css
parentfc29744db8eba827802bdb5c5932f91ae79ea152 (diff)
Адаптивка, поиграл с дизайном
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;