From ff0370af359e9d44a346590c35dc50aed42651b5 Mon Sep 17 00:00:00 2001 From: Eliseu Amaro Date: Wed, 18 Aug 2021 19:42:57 +0100 Subject: [PATCH] [CSS] Base style media queries added. --- assets/css/blog.css | 2 +- assets/css/style.css | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/assets/css/blog.css b/assets/css/blog.css index aebf310..417b1f7 100644 --- a/assets/css/blog.css +++ b/assets/css/blog.css @@ -6,7 +6,7 @@ s { text-decoration-color:rgba(0, 255, 0, 0.5) } -@media screen and (max-width: 600px) { +@media screen and (max-width: 900px) { header { all: unset !important; z-index: 1 !important; diff --git a/assets/css/style.css b/assets/css/style.css index d03add9..8d69eb6 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -100,6 +100,24 @@ header * { margin-left: 1rem; } +@media screen and (max-width: 900px) { + .menu-list { + font-size: 1rem !important; + } + .splash-head { + font-size: 3rem !important; + } + .splash-head img { + height: 3rem !important; + width: 3rem !important; + } + .content, + .ribbon-wrapper, + .content-team { + padding: 2rem !important; + } +} + /* * -- BODY -- */