angouleme: make hr in footer a simple blank line, full width (#71790)

This commit is contained in:
Corentin Sechet 2022-11-28 16:47:35 +01:00
parent 799c5845bf
commit cf717125a7
1 changed files with 8 additions and 0 deletions

View File

@ -130,6 +130,14 @@ div#footer{
text-decoration: none;
}
hr {
margin: 2rem 0;
width: 100%;
height: 1px;
border: none;
background: white;
}
.ang-footer-logo-list {
display: flex;
justify-content: space-evenly;