We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d8700 commit 49fe28bCopy full SHA for 49fe28b
1 file changed
src/layout/body/header.astro
@@ -32,6 +32,7 @@ import {
32
header {
33
display: grid;
34
grid-template-areas: "mode mode mode" "about logo projects";
35
+ grid-template-columns: repeat(3, 1fr);
36
row-gap: v-size(2);
37
margin-bottom: v-size(10);
38
}
@@ -61,6 +62,7 @@ import {
61
62
@include m-small {
63
64
grid-template-areas: "logo about projects mode";
65
+ grid-template-columns: repeat(4, auto);
66
column-gap: v-size(5);
67
68
a,
0 commit comments