tangled
alpha
login
or
join now
cass.cityboundforest.com
/
cityboundforest.com
0
fork
atom
A repo for my personal website
0
fork
atom
overview
issues
pulls
pipelines
Adding mobile screen better thing
cass.cityboundforest.com
6 months ago
69d11f4c
a7588638
1/1
netlify.yaml
success
23s
+6
1 changed file
expand all
collapse all
unified
split
public
style.css
+6
public/style.css
···
10
10
font-family: "Izayoi Monospace";
11
11
}
12
12
13
13
+
@media only screen and (max-width: 700px) {
14
14
+
.page, #nav-links, #blog-content {
15
15
+
width: 100%;
16
16
+
}
17
17
+
}
18
18
+
13
19
.page, #nav-links, #blog-content {
14
20
width: 50%;
15
21
margin: 0 auto;