tangled
alpha
login
or
join now
not.whiny.lol
/
xyz
1
fork
atom
very simple webpage built with hugo with links to all of my profiles.
wobblybrian.xyz
1
fork
atom
overview
issues
pulls
pipelines
Remove grid change on mobile
not.whiny.lol
5 months ago
1b7774f1
0ab56345
1/1
deploy.yaml
success
39s
+2
-8
2 changed files
expand all
collapse all
unified
split
hugo.toml
static
css
style.css
+1
-1
hugo.toml
···
89
89
90
90
[[menu.social]]
91
91
name = "mastodon"
92
92
-
url = "https://mastodon.social/@wobblybrian"
92
92
+
url = "https://mastqodon.social/@wobblybrian"
93
93
weight = 6
94
94
[menu.social.params]
95
95
handle = "wobblybrian"
+1
-7
static/css/style.css
···
322
322
}
323
323
}
324
324
325
325
-
@media screen and (max-width: 36rem) {
325
325
+
@media screen and (max-width: 35rem) {
326
326
.flex {
327
327
flex-direction: column;
328
328
}
···
330
330
.card svg {
331
331
margin-right: 0;
332
332
margin-bottom: 1.5rem;
333
333
-
}
334
334
-
}
335
335
-
336
336
-
@media screen and (max-width: 25rem) {
337
337
-
.social {
338
338
-
grid-template-columns: repeat(1, 1fr);
339
333
}
340
334
}