Skip to content

Commit

Permalink
Added narrower and bold-headings styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragos Cristian Bute committed Oct 2, 2023
1 parent ae03913 commit 1f2b1d4
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,17 @@ main .section .section-container {
padding-right: 0;
}

/* section - bold headings */

main .section.bold-headings h1,
main .section.bold-headings h2,
main .section.bold-headings h3,
main .section.bold-headings h4,
main .section.bold-headings h5,
main .section.bold-headings h6 {
font-weight: var(--font-weight-bold);
}

/* section - centered */
.section.centered div {
align-items: center;
Expand Down Expand Up @@ -631,6 +642,12 @@ main .section.narrow {
max-width: 42rem;
}

/* section - narrower */
main .section.narrower {
padding: 0 1rem;
margin: auto;
}

/* section - static */
main .section.static {
margin-bottom: 7.5rem;
Expand Down Expand Up @@ -825,6 +842,17 @@ main .section.light-blue {
max-width: 54.5rem;
}

/* section - narrower */
main .section.narrower {
position: relative;
width: 100%;
padding-right: 0;
padding-left: 0;
margin-right: auto;
margin-left: auto;
max-width: 45rem;
}

/* section - contacts and links from global-network */
main .section.contacts-and-links h3 {
font-size: var(--heading-font-size-l);
Expand Down

0 comments on commit 1f2b1d4

Please sign in to comment.