Improved on responsivness for the header

This commit was merged in pull request #5.
This commit is contained in:
Ebube
2024-03-06 13:10:22 +01:00
parent af0faf1741
commit 23bcc46f3e
6 changed files with 86 additions and 41 deletions
+17 -1
View File
@@ -1,3 +1,19 @@
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind utilities;
body {
line-height: 1.42857143;
font-family: "Open Sans", sans-serif;
font-optical-sizing: auto;
font-style: normal;
}
@layer components {
.containerMode {
@apply container mx-auto px-5 xxs:max-w-full sm:max-w-[98%] lg:max-w-[1100px];
}
}