mirror of
https://github.com/kou029w/quot.git
synced 2025-01-19 08:28:09 +00:00
13 lines
157 B
CSS
13 lines
157 B
CSS
header {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-evenly;
|
|
}
|
|
|
|
a[href^="/"] {
|
|
text-decoration: none;
|
|
}
|
|
|
|
main * {
|
|
line-height: 2;
|
|
}
|