Save
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user