pipefall/index.css

13 lines
128 B
CSS
Raw Normal View History

2023-04-23 11:01:25 -07:00
body {
font-family: sans-serif;
}
2023-04-23 11:18:26 -07:00
.pipe {
max-width: 50%;
cursor: pointer;
}
.center-contents {
text-align: center;
}