liste services sur 2 colonnes si possible

This commit is contained in:
chankalan 2022-03-07 14:31:34 +01:00
parent be9134d2e5
commit 4f753c8b70
1 changed files with 5 additions and 2 deletions

View File

@ -193,12 +193,12 @@
margin: 0 2em 2em 0;
}
.presentation article ul li {
margin-bottom: 0.3em;
margin-bottom: 0.7em;
}
.presentation article ul li a {
display: flex;
align-items: center;
line-height: 1.4;
}
.presentation article ul a .fa {
color: #7DBDFD;
@ -237,6 +237,9 @@
.presentation article .services ul:first-child {
margin-bottom: 0;
}
.presentation article ul {
column-count: 2;
}
}
@media screen and (min-width: 540px) {