Try to fix scaling on mobile
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m43s

This commit is contained in:
Lewis Dale 2024-10-12 11:33:44 +01:00
parent 53cd027243
commit d327feee91
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@
margin-left: 0; margin-left: 0;
margin-right: auto; margin-right: auto;
padding: 0 var(--space-size-l); padding: 0 var(--space-size-l);
flex-wrap: wrap;
} }
} }

View File

@ -65,6 +65,7 @@ h5 {
font-weight: bold; font-weight: bold;
line-height: 1.2; line-height: 1.2;
margin: 0; margin: 0;
word-wrap: break-word;
} }