mirror of
https://github.com/kremalicious/blog.git
synced 2024-12-31 17:17:46 +01:00
layout tweaks
This commit is contained in:
parent
184078231f
commit
f1cfb20d27
@ -38,7 +38,7 @@
|
||||
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-bottom: $spacer * 20; // height of footer
|
||||
position: relative;
|
||||
|
@ -7,7 +7,7 @@
|
||||
color: $text-color-light;
|
||||
line-height: $spacer;
|
||||
|
||||
@media (min-width: $screen-sm) {
|
||||
@media (min-width: $screen-sm) and (min-height: 500px) {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
border: 0;
|
||||
|
@ -5,7 +5,7 @@
|
||||
margin-top: ($spacer/2);
|
||||
margin-bottom: ($spacer/2);
|
||||
|
||||
@media (min-width: $screen-sm) {
|
||||
@media (min-width: $screen-sm) and (min-height: 500px) {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
z-index: 1;
|
||||
|
Loading…
Reference in New Issue
Block a user