[CSS] Base style media queries added.
This commit is contained in:
parent
45f96f5ec9
commit
ff0370af35
@ -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;
|
||||
|
@ -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 --
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user