diff --git a/index.php b/index.php
index fe1831d..69749c0 100644
--- a/index.php
+++ b/index.php
@@ -81,106 +81,72 @@ $year = date('Y');
I'm available at all these places. Hit me up.
diff --git a/wp-content/themes/2017_baby/style.css b/wp-content/themes/2017_baby/style.css
index 85c124e..7092045 100644
--- a/wp-content/themes/2017_baby/style.css
+++ b/wp-content/themes/2017_baby/style.css
@@ -158,13 +158,17 @@ section { padding: 80px 0; position: relative; overflow: hidden; }
.social-link {
display: flex;
align-items: center;
- gap: 10px;
+ justify-content: center;
background: rgba(255,255,255,0.1);
- border-radius: 10px;
- padding: 12px 16px;
+ border-radius: 12px;
+ padding: 14px;
color: #fff;
- font-size: 0.95rem;
transition: background 0.2s, transform 0.15s;
+ cursor: pointer;
+}
+.social-link:hover {
+ background: rgba(255,255,255,0.2);
+ transform: translateY(-2px);
}
.social-link:hover {
background: rgba(255,255,255,0.2);
@@ -189,20 +193,6 @@ section { padding: 80px 0; position: relative; overflow: hidden; }
flex-direction: column;
min-width: 0;
}
-.social-name {
- font-weight: 600;
- font-size: 0.9rem;
- line-height: 1.2;
-}
-.social-handle {
- font-size: 0.75rem;
- color: rgba(255,255,255,0.5);
- line-height: 1.2;
- margin-top: 2px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
-}
/* ===== WRITINGS (Section 2) ===== */
.writings-section {
@@ -767,12 +757,6 @@ section { padding: 80px 0; position: relative; overflow: hidden; }
flex-direction: column;
align-items: flex-start;
}
-.social-handle {
- font-size: 0.7rem;
- color: rgba(255,255,255,0.45);
- margin-top: 1px;
- word-break: break-all;
-}
/* ===== PAYMENT CARD WITH NAME/HANDLE ===== */
.payment-card {