Skip to content

Commit

Permalink
Update to CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
ohbendy committed Jul 28, 2024
1 parent 337af7b commit 3c93b63
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions _sass/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ hr {
transition: all var(--speed);
}

p {
p, .post-content ul {
max-width: 75ch;
font-size: 1rem;
line-height: 1.5rem;
Expand Down Expand Up @@ -160,12 +160,16 @@ hr {
margin: 1.5rem auto 1rem;
}

p {
p, .post-content ul {
font-size: 0.75rem;
line-height: 1.05rem;
max-width: 100%
}

li::marker {
color: #00e6ac;
}

table {
padding: 0.25rem 0.5rem;
margin: 2rem auto 2rem;
Expand Down Expand Up @@ -251,7 +255,7 @@ table {
margin: 2rem auto 1.5rem;
}

p {
p, .post-content ul {
font-size: 0.9rem;
line-height: 1.35rem;
max-width: 100%
Expand Down Expand Up @@ -309,18 +313,11 @@ table {
margin: 3rem auto 3.5rem;
}

p {
p, .post-content ul {
font-size: 1rem;
line-height: 1.5rem;
max-width: 75ch
}
.post-content ul {
font-size:1.4rem; margin-left: 3rem;
}

li::marker {
color: #00e6ac;
}

table {
padding: 0.5rem 1rem;
Expand Down Expand Up @@ -370,7 +367,7 @@ table {
margin: 3rem auto 3.5rem;
}

p {
p, .post-content ul {
font-size: 1rem;
line-height: 1.5rem;
max-width: 75ch
Expand Down Expand Up @@ -420,7 +417,7 @@ table {
margin: 3rem auto 3.5rem;
}

p {
p, .post-content ul {
font-size: 1.4rem;
line-height: 2.1rem;
max-width: 75ch
Expand Down

0 comments on commit 3c93b63

Please sign in to comment.