Skip to content

Commit 3506305

Browse files
committed
Update style.css
1 parent b151d9f commit 3506305

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/css/style.css

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ body {
9797
color: var(--text-primary);
9898
background: var(--background);
9999
line-height: 1.6;
100+
padding-top: 0;
100101
}
101102

102103
/* Container */
@@ -881,9 +882,14 @@ code {
881882

882883
/* Responsive Design */
883884
@media (max-width: 768px) {
885+
body {
886+
padding-top: 0 !important;
887+
}
888+
884889
.site-header {
885-
position: relative;
890+
position: static;
886891
height: auto;
892+
min-height: auto;
887893
}
888894

889895
.site-header .container {
@@ -892,11 +898,20 @@ code {
892898
height: auto;
893899
}
894900

901+
.logo {
902+
text-align: center;
903+
}
904+
895905
.main-nav {
896906
margin-top: var(--spacing-md);
897907
gap: var(--spacing-md);
898908
flex-wrap: wrap;
899909
justify-content: center;
910+
width: 100%;
911+
}
912+
913+
.main-nav a {
914+
font-size: 0.875rem;
900915
}
901916

902917
.hero {

0 commit comments

Comments
 (0)