[CSS] Footer and media query screen fix
This commit is contained in:
parent
7fbd880b6d
commit
0cc54b683f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user