We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 084b587 commit c18b939Copy full SHA for c18b939
1 file changed
src/components/Header.astro
@@ -59,6 +59,7 @@ import { House, Newspaper } from "@lucide/astro";
59
}
60
nav {
61
display: flex;
62
+ flex-wrap: wrap;
63
align-items: center;
64
justify-content: space-between;
65
@@ -76,6 +77,7 @@ import { House, Newspaper } from "@lucide/astro";
76
77
.internal-links,
78
.internal-links a {
79
80
81
justify-content: center;
82
83
height: 100%;
@@ -84,6 +86,7 @@ import { House, Newspaper } from "@lucide/astro";
84
86
85
87
.social-links {
88
89
90
91
92
0 commit comments