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 {
|
article.card.modal-card section.col-right section.industriels > section {
|
||||||
flex: 0 0 50%; }
|
flex: 0 0 50%; }
|
||||||
article.card.modal-card section.col-right section.industriels > section ul li {
|
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 {
|
article.card.modal-card section.col-right section.industriels > section h2 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
line-height: 0.6; }
|
line-height: 1; }
|
||||||
article.card.modal-card section.col-right section.industriels > section p {
|
article.card.modal-card section.col-right section.industriels > section p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 0.882em; }
|
font-size: 0.882em; }
|
||||||
|
|
|
@ -1274,13 +1274,13 @@ article.card{
|
||||||
flex: 0 0 50%;
|
flex: 0 0 50%;
|
||||||
ul{
|
ul{
|
||||||
li{
|
li{
|
||||||
padding-bottom: .5em;
|
padding: .5em 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
h2{
|
h2{
|
||||||
margin:0;
|
margin:0;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
line-height: 0.6;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
p{
|
p{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in New Issue