From df2aae5dd31559968224b583d80546a35660402b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Rudowicz?= Date: Fri, 6 Mar 2026 09:13:17 +0000 Subject: [PATCH 1/3] Justify main menu to the right --- _sass/components/_main-menu.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/components/_main-menu.scss b/_sass/components/_main-menu.scss index 2ed689d..07f4a25 100644 --- a/_sass/components/_main-menu.scss +++ b/_sass/components/_main-menu.scss @@ -3,7 +3,7 @@ > ul { display: flex; align-items: center; - justify-content: flex-start; + justify-content: end; > li { list-style: none; font-size: 1rem; -- 2.40.1 From 632b34cf7c09a1c4fe6b008128d5e1e3deb2123f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Rudowicz?= Date: Fri, 6 Mar 2026 09:32:28 +0000 Subject: [PATCH 2/3] Prototype contact details in the footer --- _includes/footer.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index d9337b6..2d76dc3 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,7 +1,7 @@