Mobile-friendly discover first items

This commit is contained in:
James Barnsley
2017-05-31 08:30:44 +12:00
parent e44a43ea50
commit 8007792ad7
2 changed files with 30 additions and 0 deletions

View File

@ -19,6 +19,10 @@
color: $dark_grey;
}
header.overlay & {
color: $white;
}
&.open {
position: fixed;
top: 0;

View File

@ -150,4 +150,30 @@
}
}
}
@include responsive( $bp_medium ){
.intro {
.content {
padding: 20px;
h1 {
padding-top: 0;
}
h1,
h3,
.actions {
padding-left: 120px;
}
.actions {
padding-top: 15px;
}
.thumbnail {
max-width: 100px;
}
}
}
}
}