Change footer

This commit is contained in:
2026-04-02 09:51:17 +02:00
parent 003ca10611
commit 319021fe18
4 changed files with 18 additions and 12 deletions

View File

@@ -10941,7 +10941,9 @@ header#header {
color: #495057;
background-color: #fff;
background-clip: padding-box;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition:
border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out;
border-radius: 100px;
border: none;
@@ -11093,6 +11095,8 @@ footer#footer {
display: flex;
flex-direction: row;
column-gap: 15px;
flex: 1;
align-items: end;
}
}