map/src/assets/about.css
2026-07-02 20:57:11 +02:00

21 lines
No EOL
311 B
CSS

.about-page {
max-width: 700px;
margin: 0 auto;
padding: 2rem;
font-family: sans-serif;
text-align: center;
}
.about-page .navigation-back {
margin-top: 2rem;
font-weight: bold;
}
.about-page a {
color: #0056b3;
text-decoration: none;
}
.about-page a:hover {
text-decoration: underline;
}