[CSS] Footer and media query screen fix

This commit is contained in:
Eliseu Amaro 2021-12-07 23:14:44 +00:00 committed by Diogo Peralta Cordeiro
parent 7fbd880b6d
commit 0cc54b683f
Signed by: diogo
GPG Key ID: 18D2D35001FBFAB0
1 changed files with 2 additions and 1 deletions

View File

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