Updating media selector
This commit is contained in:
parent
46bc6b765e
commit
7cac5b20c0
|
|
@ -97,8 +97,12 @@ body, html {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
@media only screen and (max-device-width: 1366px) {
|
||||
@media only screen and (max-device-width: 500px) {
|
||||
.parallax {
|
||||
background-attachment: scroll;
|
||||
}
|
||||
|
||||
.caption {
|
||||
top: 5%;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user