1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-11-23 21:02:09 +00:00

Remove un-needed/duplicate CSS rules

Lol why haven't I inlined my CSS yet it's like <800 bytes uncompressed
now.
This commit is contained in:
Rohan Kumar 2021-01-27 13:36:19 -08:00
parent cd7e3c234c
commit cba57196ac
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -16,9 +16,8 @@
*/ */
body { body {
font-family: sans-serif; font: 16px sans-serif;
font-size: 16px; line-height: 1.75rem;
line-height: 1.5rem;
margin: auto; margin: auto;
max-width: 50rem; max-width: 50rem;
padding: 0 5%; padding: 0 5%;
@ -64,12 +63,6 @@ nav li {
} }
} }
h1,
h2,
h3 {
line-height: 1.75rem;
}
img:not(.u-photo) { img:not(.u-photo) {
display: block; display: block;
height: auto; height: auto;
@ -79,9 +72,7 @@ img:not(.u-photo) {
.u-photo { .u-photo {
display: inline-block; display: inline-block;
height: 1em;
vertical-align: -0.1em; vertical-align: -0.1em;
width: 1em;
} }
pre, pre,