REMOVE content and assets FIX image render

This commit is contained in:
Hoernschen 2024-06-19 23:45:14 +02:00
parent 62f343ef90
commit e385e4ee4d
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462
10 changed files with 26 additions and 91 deletions

View file

@ -252,6 +252,10 @@ header {
max-height: 400px;
min-width: 300px;
a {
display: flex;
}
picture {
display: flex;
}
@ -297,6 +301,15 @@ header {
article {
picture {
display: flex;
margin: auto;
}
a {
display: flex;
}
.card {
display: flex;
flex-direction: row;