core: simplify code

This commit is contained in:
2025-04-15 14:41:06 +02:00
parent e27bfe74ea
commit 196ae57b2c
6 changed files with 61 additions and 43 deletions

View File

@ -25,11 +25,11 @@ body * {
width: 100%;
}
.image-container {
.picture-container {
margin-top: 10px;
}
.image-container-element {
.picture-container-element {
margin-top: 0px;
}
@ -57,7 +57,7 @@ body * {
}
.navigation,
.meta-image {
.meta-picture {
display: flex;
flex-direction: row;
justify-content: space-between;