tangled
alpha
login
or
join now
oppi.li
/
gleam-ci-tests
forked from
lesbian.skin/website
0
fork
atom
not my website
0
fork
atom
overview
issues
pulls
pipelines
Formatting
lesbian.skin
2 years ago
657d6f96
641d010a
+2
-2
1 changed file
expand all
collapse all
unified
split
src
website
style.gleam
+2
-2
src/website/style.gleam
···
62
62
#("align-items", "center"),
63
63
#("aspect-ratio", "1 / 1"),
64
64
#("border", "0"),
65
65
-
#("width", "6%")
65
65
+
#("width", "6%"),
66
66
]
67
67
False -> [
68
68
#("background-color", "#cae4e7"),
···
73
73
#("align-items", "center"),
74
74
#("aspect-ratio", "1 / 1"),
75
75
#("border", "0"),
76
76
-
#("width", "6%")
76
76
+
#("width", "6%"),
77
77
]
78
78
}
79
79
}