tangled
alpha
login
or
join now
yoyle.city
/
website
1
fork
atom
this repo has no description
yoyle.city
nekoweb
html
css
javascript
astro
1
fork
atom
overview
issues
pulls
pipelines
layout fix
lime360
3 months ago
2150aeec
8be3d4d6
1/1
build.yml
success
9s
+5
1 changed file
expand all
collapse all
unified
split
public
styles.css
+5
public/styles.css
···
8
8
src: url(/fonts/InstrumentSerif-Regular.ttf);
9
9
}
10
10
11
11
+
html, body {
12
12
+
height: 100%;
13
13
+
min-height: 100vh;
14
14
+
}
15
15
+
11
16
body {
12
17
font-family: "Instrument Sans", sans-serif;
13
18
margin: 0 auto;