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 {
|
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,
|
||||||
|
|
Loading…
Reference in a new issue