Services, style

This commit is contained in:
Pascal Engélibert
2023-04-09 22:50:40 +02:00
parent ca35d13fb3
commit c6a10c5c96
7 changed files with 80 additions and 39 deletions

View File

@ -38,9 +38,11 @@ main.center {
text-align: center;
}
.narrower {
max-width: 900px;
margin: auto;
@media screen and (min-width: 900px) {
.narrower > p, .narrower > ul, .narrower > h1, .narrower > h2, .narrower > h3, .nn {
max-width: 900px;
margin-left: calc(50% - 450px);
}
}
a, a:visited {