Skip to content

Commit

Permalink
Update first heading styles
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaszDziezykNetcentric committed Oct 29, 2024
1 parent 68ebaec commit ed3b535
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,10 @@ body.text-page a:any-link {
overflow-wrap: anywhere;
}

body.text-page main > .section:first-child > .default-content-wrapper:first-child > h1:first-child {
padding-top: 40px;
}

@media (width >= 768px) {
body.text-page main .section {
max-width: 525px;
Expand All @@ -817,6 +821,10 @@ body.text-page a:any-link {
body.text-page main .section {
max-width: 783px;
}

body.text-page main > .section:first-child > .default-content-wrapper:first-child > h1:first-child {
padding-top: 60px;
}
}

@media (width >= 1440px) {
Expand Down

0 comments on commit ed3b535

Please sign in to comment.