diff --git a/client/layouts/footer.css b/client/layouts/footer.css
index 9b34fef..2fc1163 100644
--- a/client/layouts/footer.css
+++ b/client/layouts/footer.css
@@ -2,7 +2,7 @@
padding: 2rem 0;
}
.footer__about {
- border-bottom: 1px solid var(--text-color);
+ border-bottom: 1px solid rgba(0, 0, 0, .3);
display: flex;
margin-bottom: 1rem;
padding-bottom: 1rem;
diff --git a/client/pages/HomePage.tsx b/client/pages/HomePage.tsx
index da1de92..2bc6f5d 100644
--- a/client/pages/HomePage.tsx
+++ b/client/pages/HomePage.tsx
@@ -40,17 +40,45 @@ const HomePage = () => {
-
Zero Dependencies
+
+
+ Zero Dependencies
+
-
No CSS Hacks
+
+
+ No CSS Hacks
+
+
+
+
+
Accessibility Support
soon
+
diff --git a/client/pages/homePage.css b/client/pages/homePage.css
index 13483d2..594ed84 100644
--- a/client/pages/homePage.css
+++ b/client/pages/homePage.css
@@ -10,15 +10,13 @@
max-width: 48rem;
}
.home__feature {
- padding: 0.5rem;
+ padding: 1rem;
text-align: center;
width: 50%;
}
-.home__feature:not(:nth-child(2n)) {
- border-right: 1px solid var(--text-color);
-}
-.home__feature:nth-child(-n+2) {
- border-bottom: 1px solid var(--text-color);
+.home__icon {
+ color: #1e1d6e;
+ margin-bottom: 1rem;
}
.home__title {
font-size: 1.5rem;
@@ -75,6 +73,14 @@
will-change: transform;
}
+.home__soon {
+ background: #1e1d6e;
+ border-radius: 9999px;
+ color: #fff;
+ display: inline-block;
+ padding: 0.125rem 1rem;
+}
+
@keyframes slide {
from {
transform: translateY(0);