Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaszDziezykNetcentric committed Sep 2, 2024
1 parent c0d30a8 commit f2939cf
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -523,16 +523,6 @@ main .section.padding-bottom-0 {
.section > div.full-width {
max-width: 100vw;
}

h1,
.h1 {
font-size: 2.125rem;
}

h2,
.h2 {
font-size: 2rem;
}
}

/* full width styles */
Expand Down Expand Up @@ -617,24 +607,3 @@ main .border-top {
background-color: var(--link-color) !important;
border-color: transparent !important;
}

/* article styles - start */
.article h1 {
font-size: 2.2313rem;
line-height: 1.2;
color: #333;
font-weight: 400;
margin-bottom: 40px;
}

.article em {
color: rgb(240 80 110);
}

@media (width >= 960px) {
.article h1 {
font-size: 2.625rem;
}
}

/* article styles - end */

0 comments on commit f2939cf

Please sign in to comment.