liste services sur 2 colonnes si possible
This commit is contained in:
parent
be9134d2e5
commit
4f753c8b70
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user