This commit is contained in:
armansansd 2022-05-10 15:48:41 +02:00
parent 17e419f4f6
commit c61c6d39f5
2 changed files with 18 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -754,15 +754,28 @@
.block-region-third{
#node\:field_lien{
text-transform: uppercase;
font-weight: 600;
margin-top: 1rem;
font-weight: 500;
margin-top: 0;
.field_lien{
>div{
padding: 0;
}
}
>div{
word-wrap: break-word;
padding: 0;
}
a{
display: block;
margin: 0 auto;
background: #000;
color: #fff;
font-family: trueno;
font-weight: 500;
padding: .3rem .7rem;
font-size: .45rem;
text-decoration: none;
padding: .5rem;
background: white;
text-transform: uppercase;
}
}