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:
parent
cd7e3c234c
commit
cba57196ac
1 changed files with 2 additions and 11 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue