adjusted width for small screen fixes
This commit is contained in:
parent
868826c9c9
commit
db05f6da2c
|
@ -86,7 +86,7 @@
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 600px) {
|
@media screen and (max-width: 800px) {
|
||||||
#about {
|
#about {
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: auto;
|
background-position: auto;
|
||||||
|
|
Loading…
Reference in a new issue