This commit is contained in:
Roman Pyrih
2024-11-18 11:04:05 +01:00
parent 81b1185f8e
commit 29b2ad13f7
3 changed files with 30 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2244,6 +2244,34 @@ a {
}
}
#scontainer-17 {
.tiles {
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
column-gap: 50px;
margin-top: 30px;
.tile {
display: flex;
column-gap: 10px;
flex-direction: row-reverse;
.tile-data {
margin: 10px 0;
}
}
@include respond-below(lg) {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
row-gap: 50px;
}
}
}
.scrivici {
@extend .box;