This commit is contained in:
2024-09-20 22:08:12 +02:00
parent 5af7fa258d
commit 0c535e03a5
2 changed files with 14 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#page-node{
.content_container{
width: 60%;
width: 50%;
display: flex;
flex-direction: column;
margin: auto;
@@ -66,6 +66,14 @@
font-size: 0.8rem;
}
}
.field_field_images{
img{
width: 100%;
height: auto;
}
}
}