Skip to content

Commit 9cbdb03

Browse files
committed
better phone menu
1 parent f6ee792 commit 9cbdb03

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/page/menu.astro

+4-1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ const { location }: Props = Astro.props;
9191
.menu {
9292
display: contents;
9393

94+
@include breakpoint.smaller_than(lg) {
95+
font-size: variables.$font-size-md;
96+
}
97+
9498
&.footer {
9599
display: flex;
96100
justify-content: center;
@@ -174,7 +178,6 @@ const { location }: Props = Astro.props;
174178
display: flex;
175179
flex-direction: column;
176180
font-weight: 700;
177-
min-height: variables.space(12);
178181
cursor: pointer;
179182

180183
@include breakpoint.wider_than(lg) {

0 commit comments

Comments
 (0)