From 0cc54b683f2e77db5da1d99f672070e7b535c733 Mon Sep 17 00:00:00 2001 From: Eliseu Amaro Date: Tue, 7 Dec 2021 23:14:44 +0000 Subject: [PATCH] [CSS] Footer and media query screen fix --- assets/css/blog.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/blog.css b/assets/css/blog.css index 3bd7931..e007c0c 100644 --- a/assets/css/blog.css +++ b/assets/css/blog.css @@ -9,7 +9,7 @@ s { text-decoration-color:rgba(0, 255, 0, 0.5) } -@media screen and (max-width: 900px) { +@media screen and (max-width: 1366px) { header { all: unset !important; z-index: 1 !important; @@ -224,6 +224,7 @@ pre { } .footer { margin-left: 24vw; + margin-right: auto; margin-top: auto; padding: 1rem; background-color: #333333;