bugfix responsive
This commit is contained in:
parent
ccad3baea5
commit
791ff68780
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ section {
|
|||
|
||||
@media screen and (max-width: 450px) {
|
||||
section {
|
||||
width: calc(100vw - 32px);
|
||||
width: calc(100vw - 48px);
|
||||
}
|
||||
|
||||
.left-container {
|
||||
|
|
|
|||
Loading…
Reference in a new issue