not my website

Formatting

+2 -2
+2 -2
src/website/style.gleam
··· 62 62 #("align-items", "center"), 63 63 #("aspect-ratio", "1 / 1"), 64 64 #("border", "0"), 65 - #("width", "6%") 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 - #("width", "6%") 76 + #("width", "6%"), 77 77 ] 78 78 } 79 79 }