+
On this page
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 023d9e4..587b858 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -4,10 +4,10 @@ import Navbar from "../components/Navbar.astro";
---
On this page
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 023d9e4..587b858 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -4,10 +4,10 @@ import Navbar from "../components/Navbar.astro";
---
-
+
diff --git a/tailwind.config.mjs b/tailwind.config.mjs
index 5717238..d03f8c0 100644
--- a/tailwind.config.mjs
+++ b/tailwind.config.mjs
@@ -8,6 +8,7 @@ export default {
"c-text": "var(--c-text)",
"c-text-2": "var(--c-text-2)",
"c-purple": "var(--c-purple)",
+ "c-border-1": "rgba(150,150,150,0.25)",
"c-purple-light": "var(--c-purple-light)",
"c-box-shadow": "var(--c-box-shadow)",
"c-ping": "var(--c-pink)",
@@ -43,6 +44,18 @@ export default {
'@screen xl': {
maxWidth: '1400px',
},
+ },
+ '.small-container': {
+ width: '98%',
+ '@screen sm': {
+ maxWidth: '640px',
+ },
+ '@screen md': {
+ maxWidth: '768px',
+ },
+ '@screen lg': {
+ maxWidth: 'inherit',
+ },
}
})
}
diff --git a/tailwind.config.mjs b/tailwind.config.mjs
index 5717238..d03f8c0 100644
--- a/tailwind.config.mjs
+++ b/tailwind.config.mjs
@@ -8,6 +8,7 @@ export default {
"c-text": "var(--c-text)",
"c-text-2": "var(--c-text-2)",
"c-purple": "var(--c-purple)",
+ "c-border-1": "rgba(150,150,150,0.25)",
"c-purple-light": "var(--c-purple-light)",
"c-box-shadow": "var(--c-box-shadow)",
"c-ping": "var(--c-pink)",
@@ -43,6 +44,18 @@ export default {
'@screen xl': {
maxWidth: '1400px',
},
+ },
+ '.small-container': {
+ width: '98%',
+ '@screen sm': {
+ maxWidth: '640px',
+ },
+ '@screen md': {
+ maxWidth: '768px',
+ },
+ '@screen lg': {
+ maxWidth: 'inherit',
+ },
}
})
}