From: Yan-Jie Wang <[email protected]> This fixes the mobile version of the website.
Resolves: https://gitlab.com/qemu-project/qemu-web/-/issues/5 Signed-off-by: Yan-Jie Wang <[email protected]> --- assets/css/style-desktop.css | 9 --------- assets/css/style.css | 1 + 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/assets/css/style-desktop.css b/assets/css/style-desktop.css index 90a154d..241d835 100644 --- a/assets/css/style-desktop.css +++ b/assets/css/style-desktop.css @@ -98,15 +98,6 @@ margin-top: -0.2em; } -/*********************************************************************************/ -/* Footer */ -/*********************************************************************************/ - - #footer - { - clear: both; - } - /*********************************************************************************/ /* Featured */ /*********************************************************************************/ diff --git a/assets/css/style.css b/assets/css/style.css index aede79a..779b111 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -504,6 +504,7 @@ #footer { position: relative; + clear: both; } #footer a -- 2.34.1
