Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

Commit 5a7ba12

Browse files
committed
Fix body width to 100%
1 parent 24374a4 commit 5a7ba12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/stylesheets/global.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ body {
2323
background-color: $DJSwhite;
2424
font-family: 'Catamaran', sans-serif;
2525
font-weight: 200;
26-
max-width: max-content;
26+
max-width: 100%;
2727
}
2828

2929
a {

0 commit comments

Comments
 (0)