adjusted width for small screen fixes

This commit is contained in:
Lux Aliaga 2021-11-07 22:50:41 -03:00
parent 868826c9c9
commit db05f6da2c
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
border-radius: 16px;
}
@media screen and (max-width: 600px) {
@media screen and (max-width: 800px) {
#about {
background-size: cover;
background-position: auto;