Skip to content

Commit

Permalink
Tweak positioning around noodles
Browse files Browse the repository at this point in the history
  • Loading branch information
janbrasna committed Dec 4, 2024
1 parent 7735ed8 commit a0c3190
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion media/css/firefox/browsers/mobile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,10 @@ $image-path: '/media/protocol/img';
// and avoid the noodles background where the form was
@media #{$mq-lg} {
.c-page-header .mzp-c-split-body {
width: 65%;
width: 60%;
}
.mobile-android .c-page-header::before {
background-position: right 55% top;
}
}
}
Expand Down

0 comments on commit a0c3190

Please sign in to comment.