align cities, move map, fixed dark mode title color

This commit is contained in:
Pascal Engélibert
2023-04-27 12:03:20 +02:00
parent 66c93be448
commit a58ef9dcf2
3 changed files with 32 additions and 24 deletions

View File

@ -83,6 +83,15 @@ a:hover, a:focus {
font-family: Neucha;
display: flex;
align-items: center;
justify-content: space-between;
}
.cities p {
width: 33%;
}
.cities .city {
margin: 0 0.5em;
}
.madein-wrapper {
@ -141,7 +150,6 @@ h3 {
.title-bar2 {
font-family: Neucha;
font-size: 36px;
color: #000;
margin-top: 16px;
margin-bottom: 16px;
}