We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ee792 commit 9cbdb03Copy full SHA for 9cbdb03
src/components/page/menu.astro
@@ -91,6 +91,10 @@ const { location }: Props = Astro.props;
91
.menu {
92
display: contents;
93
94
+ @include breakpoint.smaller_than(lg) {
95
+ font-size: variables.$font-size-md;
96
+ }
97
+
98
&.footer {
99
display: flex;
100
justify-content: center;
@@ -174,7 +178,6 @@ const { location }: Props = Astro.props;
174
178
175
179
flex-direction: column;
176
180
font-weight: 700;
177
- min-height: variables.space(12);
181
cursor: pointer;
182
183
@include breakpoint.wider_than(lg) {
0 commit comments