pipefall/index.css
2023-04-23 11:36:53 -07:00

16 lines
161 B
CSS

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