pipefall/index.css
2023-04-23 11:18:26 -07:00

12 lines
128 B
CSS

body {
font-family: sans-serif;
}
.pipe {
max-width: 50%;
cursor: pointer;
}
.center-contents {
text-align: center;
}