angouleme: remove decoration on links in footer (#71790)

This commit is contained in:
Corentin Sechet 2022-11-28 16:45:10 +01:00
parent ff65064dcd
commit 805121ff98
1 changed files with 3 additions and 1 deletions

View File

@ -121,9 +121,11 @@ div#main-content-wrapper {
div#footer{
display:flex;
flex-direction: row;
a {
text-decoration: underline;
text-decoration: none;
}
@media ($min-desktop-viewport) {
&::before {
margin: 1rem 2rem;