2023-10-09 13:42:02 +00:00
|
|
|
// Add your own custom styles here
|
2023-10-20 09:18:59 +00:00
|
|
|
|
|
|
|
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;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|