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 -- */