From 00f62097f17479393fef2ed70a5a333c973bca10 Mon Sep 17 00:00:00 2001 From: Mat Date: Sun, 2 Apr 2023 23:37:35 +0200 Subject: [PATCH] fix the issue about the position of the footer --- prototypes/interface-menu/Road-to-masterU/style-menu.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/prototypes/interface-menu/Road-to-masterU/style-menu.css b/prototypes/interface-menu/Road-to-masterU/style-menu.css index b8072b3..0c93908 100644 --- a/prototypes/interface-menu/Road-to-masterU/style-menu.css +++ b/prototypes/interface-menu/Road-to-masterU/style-menu.css @@ -16,8 +16,11 @@ h2{ padding-top: 40px; } footer{ - text-align: end; - padding-top: 300px; + position:absolute; + bottom:0; + padding-bottom: 10px; + right:10px; + } a{ text-decoration: none;