♻️ refactor: simplify sans-serif-font declarations
🐛 fix: use sans-serif in article
This commit is contained in:
parent
6a5670d5a0
commit
87a5c9a3a2
@ -118,6 +118,11 @@ body {
|
|||||||
article {
|
article {
|
||||||
max-width: calc(var(--max-layout-width) - 17rem);
|
max-width: calc(var(--max-layout-width) - 17rem);
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
||||||
|
p,
|
||||||
|
li {
|
||||||
|
font-family: var(--serif-font);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-title {
|
.section-title {
|
||||||
@ -185,7 +190,6 @@ h5 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-family: var(--serif-font);
|
|
||||||
margin-top: 0.4rem;
|
margin-top: 0.4rem;
|
||||||
margin-bottom: max(2.3vmin, 24px);
|
margin-bottom: max(2.3vmin, 24px);
|
||||||
line-height: 2rem;
|
line-height: 2rem;
|
||||||
|
@ -36,7 +36,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#banner-home-subtitle p {
|
#banner-home-subtitle p {
|
||||||
font-family: var(--sans-serif-font);
|
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -148,7 +148,6 @@ table {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-style: hidden !important;
|
border-style: hidden !important;
|
||||||
margin: 2rem 0;
|
margin: 2rem 0;
|
||||||
font-family: sans-serif;
|
|
||||||
min-width: 400px;
|
min-width: 400px;
|
||||||
border: none;
|
border: none;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
@ -48,7 +48,6 @@
|
|||||||
.description p {
|
.description p {
|
||||||
margin: 0.5rem 0 1rem;
|
margin: 0.5rem 0 1rem;
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
font-family: var(--sans-serif-font);
|
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
font-weight: 250;
|
font-weight: 250;
|
||||||
line-height: 1.5rem;
|
line-height: 1.5rem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user