fixe industrial website display
This commit is contained in:
parent
ab2c1eee5e
commit
e07c6b5260
|
@ -2054,11 +2054,11 @@ article.card {
|
|||
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; }
|
||||
padding: .5em 0; }
|
||||
article.card.modal-card section.col-right section.industriels > section h2 {
|
||||
margin: 0;
|
||||
font-size: 1em;
|
||||
line-height: 0.6; }
|
||||
line-height: 1; }
|
||||
article.card.modal-card section.col-right section.industriels > section p {
|
||||
margin: 0;
|
||||
font-size: 0.882em; }
|
||||
|
|
|
@ -1274,13 +1274,13 @@ article.card{
|
|||
flex: 0 0 50%;
|
||||
ul{
|
||||
li{
|
||||
padding-bottom: .5em;
|
||||
padding: .5em 0;
|
||||
}
|
||||
}
|
||||
h2{
|
||||
margin:0;
|
||||
font-size: 1em;
|
||||
line-height: 0.6;
|
||||
line-height: 1;
|
||||
}
|
||||
p{
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in New Issue