Skip to content

Commit 1fd9b2e

Browse files
committed
fix(#213): improve layout styling for consistency
- set max-width for layout - center align section with margin-inline auto
1 parent 97e677d commit 1fd9b2e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/assets/site.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,8 @@ p {
500500
background: rgba(255, 255, 255, 0.03);
501501
border-top: 1px solid rgba(255, 255, 255, 0.04);
502502
border-bottom: 1px solid rgba(255, 255, 255, 0.04);
503+
max-width: var(--max-width);
504+
margin-inline: auto;
503505
}
504506

505507
.section--accent {

0 commit comments

Comments
 (0)