dordogne-cd24: add margin between widgets labels and content (#64538)

This commit is contained in:
Serghei Mihai 2022-04-25 15:47:04 +02:00
parent 08b5fa0c0a
commit 946ddf3b60
1 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,10 @@ $mobile-header-height: 280px;
}
}
div.widget div.title {
margin-bottom: 10px;
}
@mixin after-line($color: #cbd05d) {
&::after {
display: block;