Refactor: Extract sidebar into a reusable component

This commit is contained in:
hiep200311
2026-06-04 08:38:42 +07:00
parent 65f306523a
commit 3c4385777c
7 changed files with 284 additions and 59 deletions
+3 -2
View File
@@ -144,7 +144,8 @@
margin: 0 15px; /* space around separator */
/* stacked dots */
box-shadow: 0 6px 0 rgba(255, 255, 255, 0.6),
box-shadow:
0 6px 0 rgba(255, 255, 255, 0.6),
0 -6px 0 rgba(255, 255, 255, 0.6);
}
@@ -328,7 +329,7 @@
flex-grow: 1;
}
.contact-section {
.header-contact-section {
display: none; /* Hide contact info on mobile - it will be in sidebar */
}