mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
taking viewport height into account for the document scroll over background thingy
This commit is contained in:
parent
199caa0b1a
commit
d450b9b3d3
@ -211,7 +211,7 @@ a.close,
|
|||||||
background-color: @page-bg;
|
background-color: @page-bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media @breakpoint2 {
|
@media only screen and (min-width: 40.625em) and (min-height: 650px) {
|
||||||
body {
|
body {
|
||||||
position: relative
|
position: relative
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user