footer fixed

This commit is contained in:
romo 2024-11-20 21:36:11 +01:00
parent 89fec60de6
commit 9db2c5c218
2 changed files with 4 additions and 3 deletions

View file

@ -140,5 +140,5 @@ footer .flex {
}
.published {
text-align: right;
padding-right: 24px;
padding-right: 14px;
}

View file

@ -102,9 +102,10 @@ h3 {
footer {
width: 100%;
padding: 1rem;
display: grid;
grid-template-columns: 66% 33%;
padding-top: 0.3rem;
padding-bottom: 0.5rem;
padding-left: 24px;
padding-right: 24px;
}
@ -121,7 +122,7 @@ footer {
}
.published {
text-align: right;
padding-right: 24px;
padding-right: 14px;
}
.flex {
display: flex;