Improved responsive design and fixed typos

This commit is contained in:
Lucia Heidecker 2025-07-11 14:13:48 +02:00
parent 200909a5b8
commit a9f142f131
8 changed files with 18 additions and 126 deletions

View file

@ -386,13 +386,14 @@ footer{
.three-gallery>figure{
margin-bottom: 10px;
max-width: 50%;
}
}
@media (max-width: 800px){
.three-gallery>figure{
@media (max-width: 500px){
.three-gallery>figure{
max-width: 100%;
}
}
}
@ -410,5 +411,13 @@ footer{
.vertical-divider-nav{
display: none;
}
.overview{
flex-direction: column;
}
.tags>ul>li{
white-space: nowrap;
display: inline list-item;
}
}