Skip to content

Commit

Permalink
Update privacy policy page styles
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaszDziezykNetcentric committed Aug 14, 2024
1 parent 83d8e5d commit 75a1796
Showing 1 changed file with 42 additions and 1 deletion.
43 changes: 42 additions & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,22 @@ h6,
font-weight: 600;
}

* + .h1,
* + .h2,
* + .h3,
* + .h4,
* + .h5,
* + .h6,
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
margin-top: 40px;
}


p,
dl,
ol,
Expand All @@ -112,6 +128,10 @@ blockquote {
margin-bottom: 1em;
}

ul {
padding-left: 30px;
}

address, dl, fieldset, figure, ol, p, pre, ul {
margin: 0 0 20px;
}
Expand Down Expand Up @@ -335,4 +355,25 @@ main .border-top {
#onetrust-consent-sdk #onetrust-accept-btn-handler {
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 75a1796

Please sign in to comment.