fix: Espandi il div invece che il link

This commit is contained in:
Maicol Battistini 2023-07-05 15:52:07 +02:00
parent 9beb4987f4
commit 79110ea2fb
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -103,11 +103,11 @@ footer {
background-color: var(--md-sys-color-surface, white); background-color: var(--md-sys-color-surface, white);
> :first-child { > :first-child {
flex: 1;
padding-left: 16px; padding-left: 16px;
} }
> :last-child { > :last-child {
flex: 1;
padding-right: 16px; padding-right: 16px;
text-align: right; text-align: right;
} }