From 79110ea2fb1a74ee635e7d0432cbbe4224f8dc57 Mon Sep 17 00:00:00 2001 From: Maicol Battistini Date: Wed, 5 Jul 2023 15:52:07 +0200 Subject: [PATCH] fix: Espandi il div invece che il link --- resources/scss/app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scss/app.scss b/resources/scss/app.scss index 6d3f7de18..9f8fc2b36 100644 --- a/resources/scss/app.scss +++ b/resources/scss/app.scss @@ -103,11 +103,11 @@ footer { background-color: var(--md-sys-color-surface, white); > :first-child { - flex: 1; padding-left: 16px; } > :last-child { + flex: 1; padding-right: 16px; text-align: right; }