mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
layout tweaks
This commit is contained in:
parent
184078231f
commit
f1cfb20d27
@ -38,7 +38,7 @@
|
|||||||
transform: translate3d(0, ($spacer * 8), 0);
|
transform: translate3d(0, ($spacer * 8), 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: $screen-sm) {
|
@media (min-width: $screen-sm) and (min-height: 500px) {
|
||||||
margin-top: $spacer * 2.65;
|
margin-top: $spacer * 2.65;
|
||||||
margin-bottom: $spacer * 20; // height of footer
|
margin-bottom: $spacer * 20; // height of footer
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
color: $text-color-light;
|
color: $text-color-light;
|
||||||
line-height: $spacer;
|
line-height: $spacer;
|
||||||
|
|
||||||
@media (min-width: $screen-sm) {
|
@media (min-width: $screen-sm) and (min-height: 500px) {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
margin-top: ($spacer/2);
|
margin-top: ($spacer/2);
|
||||||
margin-bottom: ($spacer/2);
|
margin-bottom: ($spacer/2);
|
||||||
|
|
||||||
@media (min-width: $screen-sm) {
|
@media (min-width: $screen-sm) and (min-height: 500px) {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user