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

22 lines
223 B
CSS
Raw Normal View History

2022-08-24 17:43:32 +09:00
:root {
font-size: 12px;
}
body {
max-inline-size: 80rem;
}
2022-08-23 09:49:34 +09:00
header {
display: flex;
align-items: center;
2022-08-24 12:18:00 +09:00
justify-content: space-evenly;
2022-08-23 09:49:34 +09:00
}
a[href^="/"] {
text-decoration: none;
}
2022-08-24 13:31:27 +09:00
main * {
line-height: 2;
}