1
0
Fork 0
mirror of https://github.com/kou029w/quot.git synced 2025-01-19 08:28:09 +00:00
quot/app/src/app.css
2022-08-24 13:31:27 +09:00

13 lines
157 B
CSS

header {
display: flex;
align-items: center;
justify-content: space-evenly;
}
a[href^="/"] {
text-decoration: none;
}
main * {
line-height: 2;
}