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

10 lines
126 B
CSS
Raw Normal View History

2022-08-23 09:49:34 +09:00
header {
display: flex;
align-items: center;
justify-content: space-evenly
}
a[href^="/"] {
text-decoration: none;
}