[CSS] Base style media queries added.

This commit is contained in:
Eliseu Amaro 2021-08-18 19:42:57 +01:00 committed by Diogo Peralta Cordeiro
parent 45f96f5ec9
commit ff0370af35
Signed by: diogo
GPG Key ID: 18D2D35001FBFAB0
2 changed files with 19 additions and 1 deletions

View File

@ -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;

View File

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