From 58a16633f85924261642d639c9e2a97524748114 Mon Sep 17 00:00:00 2001 From: Vezpi Date: Tue, 24 Jun 2025 20:34:39 +0000 Subject: [PATCH] add: margin-left: auto --- assets/scss/custom.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index ba70db0..7bef072 100644 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -3,7 +3,10 @@ text-align: center; } -.lang-toggle-icon svg { +.lang-toggle-icon { + margin-left: auto; + svg { width: 64px; height: 24px; + } } \ No newline at end of file