This commit is contained in:
2026-06-25 16:25:44 +02:00
parent 31da505862
commit 265bff668d
2 changed files with 8 additions and 4 deletions
+4 -2
View File
@@ -1407,8 +1407,10 @@ svg.ext {
content: url('data:image/svg+xml,<svg width="40" height="20" xmlns="http://www.w3.org/2000/svg" version="1.1"><polyline points="71.9,49 24.3,49 24.3,51 71.9,51 58.1,64.8 59.5,66.2 75.7,50 59.5,33.8 58.1,35.2" transform="scale(0.5) translate(0,-25)" fill="rgb(0,158,227)" stroke="rgb(0,158,227)" stroke-width="0.7"/></svg>');
}
.path-frontpage .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) {
padding-top: 2rem;
padding-top: 8rem;
padding-bottom: 4rem;
width: 85%;
margin: auto;
}
.path-frontpage .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static {
width: 80%;
@@ -1466,7 +1468,7 @@ svg.ext {
}
}
.path-frontpage .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .field--name-field-images .field__item img {
width: 15rem;
width: 20rem;
height: auto;
}
@media (max-width: 810px) {
+4 -2
View File
@@ -273,8 +273,10 @@
// grid-area: programme;
.view-display-id-block_2:is(.view-id-home_nodes){
padding-top: 2rem;
padding-top: 8rem;
padding-bottom: 4rem;
width: 85%;
margin: auto;
.node-type-static{
width: 80%;
@@ -335,7 +337,7 @@
}
img{
width: 15rem;
width: 20rem;
height: auto;
@media (max-width: 810px) {
width: 12rem;