tangled
alpha
login
or
join now
finxol.io
/
portfolio
0
fork
atom
Personal site
staging.colinozanne.co.uk
portfolio
astro
0
fork
atom
overview
issues
pulls
pipelines
fix: decrease line-height
finxol.io
4 months ago
621acec2
62e4c261
verified
This commit was signed with the committer's
known signature
.
finxol.io
SSH Key Fingerprint:
SHA256:olFE3asYdoBMScuJOt60UxXdJ0RFdGv5kVKrdOtIcPI=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
assets
styles
reset.css
+1
-1
src/assets/styles/reset.css
···
36
36
37
37
/* Set core body defaults */
38
38
body {
39
39
-
line-height: 1.5;
39
39
+
line-height: 1.3;
40
40
padding: 0;
41
41
margin: 0;
42
42
}