test to use custom classes on homepage section

This commit is contained in:
2023-10-20 11:18:59 +02:00
parent e4b0a3eff4
commit 99c956e1f1
3 changed files with 35 additions and 1 deletions

View File

@@ -1 +1,33 @@
// Add your own custom styles here
section.section-sm {
&.bisou {
.container .row {
& > div {
&:first-child {}
&:last-child {
width: 100%;
}
h2, p {
text-align: center;
}
ul {
display: flex;
li {
i:first-child {
display: none;
}
flex: 1 0 0;
margin: 0.5em;
padding: 1.5em;
text-align: center;
border: 1px solid #d1d1d1;
border-radius: 4px;
}
}
}
}
}
}