mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-04-26 01:49:23 -05:00
changed wrapper size to update footer width
This commit is contained in:
parent
499f1eccba
commit
610164ae63
|
|
@ -215,7 +215,7 @@ header {
|
||||||
|
|
||||||
@media screen and (max-width: 600px) {
|
@media screen and (max-width: 600px) {
|
||||||
.wrapper {
|
.wrapper {
|
||||||
width: 90%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
|
@ -230,7 +230,7 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
width: 95%;
|
width: 90% !important;
|
||||||
margin: auto auto 40px;
|
margin: auto auto 40px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user