corectionactu

This commit is contained in:
armansansd 2021-07-05 13:26:42 +02:00
parent 1859518f12
commit bc32b46463
3 changed files with 4 additions and 2 deletions

View File

@ -1964,7 +1964,8 @@ article p, .paragraph p {
.path-actus .content_container .layout__region--content .views-element-container footer { .path-actus .content_container .layout__region--content .views-element-container footer {
text-align: center; text-align: center;
margin: 1.8rem 0; margin: 1.8rem 0;
grid-column: 1 / span 2; } grid-column: 1 / span 2;
background: transparent; }
.path-actus .content_container .layout__region--content .views-element-container footer a { .path-actus .content_container .layout__region--content .views-element-container footer a {
display: inline-block; display: inline-block;
margin: 0 auto; margin: 0 auto;

File diff suppressed because one or more lines are too long

View File

@ -35,6 +35,7 @@
text-align: center; text-align: center;
margin: 1.8rem 0; margin: 1.8rem 0;
grid-column: 1 / span 2 ; grid-column: 1 / span 2 ;
background: transparent;
a{ a{
display: inline-block; display: inline-block;
margin: 0 auto; margin: 0 auto;