Skip to content

Commit

Permalink
apex: Reduce width of the main content area
Browse files Browse the repository at this point in the history
Reduce width of the main content area to make it more readable on bigger
screens, maximum 72 characters.
  • Loading branch information
juliaogris committed Aug 23, 2024
1 parent 7dbd68c commit eb9ee59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ p {
width: 100%;
font-size: 1.125rem;
line-height: 2;
max-width: 72ch;
}

.screencast {
Expand Down

0 comments on commit eb9ee59

Please sign in to comment.