Skip to content

Commit

Permalink
Merge pull request #131 from ConductionNL/feature/XW-92/Mobile-Friendly
Browse files Browse the repository at this point in the history
feature/XW-92/Mobile-Friendly
  • Loading branch information
remko48 authored Oct 23, 2023
2 parents 1c745aa + b9176f0 commit 0e1449c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwa/src/templates/landing/LandingTemplate.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@media only screen and (max-width: 576px) {
/* Mobile */
.container {
margin-block-start: unset;
margin-block-start: var(--utrecht-space-block-lg) !important;
}

.container > *:not(:last-child) {
Expand Down

0 comments on commit 0e1449c

Please sign in to comment.