fixe industrial website display

This commit is contained in:
2021-01-25 17:19:06 +01:00
parent b675960e2a
commit ab2c1eee5e
4 changed files with 10 additions and 3 deletions

View File

@@ -2053,6 +2053,8 @@ article.card {
flex-flow: row; }
article.card.modal-card section.col-right section.industriels > section {
flex: 0 0 50%; }
article.card.modal-card section.col-right section.industriels > section ul li {
padding-bottom: .5em; }
article.card.modal-card section.col-right section.industriels > section h2 {
margin: 0;
font-size: 1em;

File diff suppressed because one or more lines are too long

View File

@@ -1272,6 +1272,11 @@ article.card{
flex-flow: row;
>section{
flex: 0 0 50%;
ul{
li{
padding-bottom: .5em;
}
}
h2{
margin:0;
font-size: 1em;