1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +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 {
font-family: sans-serif;
font-size: 16px;
line-height: 1.5rem;
font: 16px sans-serif;
line-height: 1.75rem;
margin: auto;
max-width: 50rem;
padding: 0 5%;
@ -64,12 +63,6 @@ nav li {
}
}
h1,
h2,
h3 {
line-height: 1.75rem;
}
img:not(.u-photo) {
display: block;
height: auto;
@ -79,9 +72,7 @@ img:not(.u-photo) {
.u-photo {
display: inline-block;
height: 1em;
vertical-align: -0.1em;
width: 1em;
}
pre,