mirror of
https://github.com/zyllian/pipefall.git
synced 2025-01-18 03:32:55 -08:00
16 lines
161 B
CSS
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;
|
|
}
|