diff --git a/web-app/css/styles.css b/web-app/css/styles.css
index ef1a3b0d..df15688e 100644
--- a/web-app/css/styles.css
+++ b/web-app/css/styles.css
@@ -620,7 +620,7 @@ body.sidebar-active .sidebar-dock {
display: flex;
align-items: center;
justify-content: center;
- padding: calc(var(--nav-height) + 40px) 24px 60px;
+ padding: calc(var(--nav-height) + 12px) 24px 60px;
overflow: hidden;
}
@@ -1862,7 +1862,7 @@ body.sidebar-active .sidebar-dock {
}
body.sidebar-active:not(.sidebar-collapsed) .projects-section {
- padding-left: 312px !important;
+ padding-left: 296px !important;
}
body.sidebar-collapsed .projects-section {
@@ -3293,7 +3293,7 @@ body.sidebar-active .sidebar-dock {
@media (min-width: 1100px) {
body.sidebar-active:not(.sidebar-collapsed) .footer {
- padding-left: 312px !important;
+ padding-left: 296px !important;
padding-right: 24px !important;
}
@@ -5032,7 +5032,7 @@ html[data-theme="dark"] body {
font-size: clamp(3rem, 7vw, 5.6rem);
line-height: 1;
letter-spacing: -0.05em;
- margin-top: 0.75rem;
+ margin-top: 0;
}
.hero-title span {
@@ -5988,4 +5988,4 @@ html[data-theme="dark"] body {
transition:
transform var(--duration-slow, 500ms) cubic-bezier(0.16, 1, 0.3, 1),
opacity var(--duration-slow, 500ms) cubic-bezier(0.16, 1, 0.3, 1);
-}
+}
\ No newline at end of file
diff --git a/web-app/index.html b/web-app/index.html
index b137ad95..b0433f78 100644
--- a/web-app/index.html
+++ b/web-app/index.html
@@ -54,8 +54,8 @@
-
-