change media query
This commit is contained in:
parent
ea64310ac5
commit
433ec6c467
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ body,
|
|||
margin-top: -12vh;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 767px) {
|
||||
@media only screen and (max-width: 625px) {
|
||||
.center-text {
|
||||
left: 15px;
|
||||
right: 15px;
|
||||
|
|
Loading…
Add table
Reference in a new issue