mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-21 17:24:28 -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) {
|
||||
.wrapper {
|
||||
width: 90%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
header {
|
||||
|
|
@ -230,7 +230,7 @@ header {
|
|||
}
|
||||
|
||||
footer {
|
||||
width: 95%;
|
||||
width: 90% !important;
|
||||
margin: auto auto 40px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user