Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions _sass/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
margin-top: 0;
font-size: 2rem;
font-weight: variables.$font-weight-semi-bold;
text-align: left;
}

p {
Expand All @@ -39,6 +40,14 @@
border-bottom: none;
}

.intro .section-headline {
text-align: center;
}

.section-headline:not(.intro .section-headline) {
text-align: left;
}

h3 {
padding: 10px 40px;
margin-right: -40px;
Expand Down
2 changes: 1 addition & 1 deletion _sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ body {
.page-title {
font-size: 54px;
line-height: 81px;
text-align: end;
text-align: center;
}
}