1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-12-31 17:17:46 +01:00

layout tweaks

This commit is contained in:
Matthias Kretschmann 2018-09-12 22:53:51 +02:00
parent 184078231f
commit f1cfb20d27
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;