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;
|
margin: 0 2em 2em 0;
|
||||||
}
|
}
|
||||||
.presentation article ul li {
|
.presentation article ul li {
|
||||||
margin-bottom: 0.3em;
|
margin-bottom: 0.7em;
|
||||||
}
|
}
|
||||||
.presentation article ul li a {
|
.presentation article ul li a {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
.presentation article ul a .fa {
|
.presentation article ul a .fa {
|
||||||
color: #7DBDFD;
|
color: #7DBDFD;
|
||||||
@ -237,6 +237,9 @@
|
|||||||
.presentation article .services ul:first-child {
|
.presentation article .services ul:first-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
.presentation article ul {
|
||||||
|
column-count: 2;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 540px) {
|
@media screen and (min-width: 540px) {
|
||||||
|
Loading…
Reference in New Issue
Block a user