pipefall/index.css

17 lines
161 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;
}
2023-04-23 11:36:53 -07:00
.small {
font-size: 0.7rem;
}