feat: adding my first post as a test

This commit is contained in:
Devin Haska 2024-02-02 09:27:55 -08:00
parent 24a16f8557
commit 0de2968fa0
3 changed files with 90 additions and 6 deletions

View file

@ -16,7 +16,7 @@ body {
font-size: 1.125rem;
font-weight: var(--font-weight-body-regular);
letter-spacing: -0.03rem;
line-height: 1.5rem;
line-height: 2rem;
}
h1,
@ -99,10 +99,6 @@ abbr {
text-decoration-color: var(--color-primary);
}
img[width] {
width: auto;
}
img[width][height] {
height: auto;
}