Skip to content

Commit c18b939

Browse files
committed
fix: quick fix for responsiveness
1 parent 084b587 commit c18b939

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/components/Header.astro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ import { House, Newspaper } from "@lucide/astro";
5959
}
6060
nav {
6161
display: flex;
62+
flex-wrap: wrap;
6263
align-items: center;
6364
justify-content: space-between;
6465
}
@@ -76,6 +77,7 @@ import { House, Newspaper } from "@lucide/astro";
7677
.internal-links,
7778
.internal-links a {
7879
display: flex;
80+
flex-wrap: wrap;
7981
justify-content: center;
8082
align-items: center;
8183
height: 100%;
@@ -84,6 +86,7 @@ import { House, Newspaper } from "@lucide/astro";
8486

8587
.social-links {
8688
display: flex;
89+
flex-wrap: wrap;
8790
justify-content: center;
8891
align-items: center;
8992
height: 100%;

0 commit comments

Comments
 (0)