Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
adjust breadcrumbs on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Nov 12, 2015
1 parent b77b378 commit 673d0af
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions assets/scss/components/_media-queries.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,15 @@
display: none;
}

main {
padding: 1rem 0;
}

.btn {
display: block;
margin-bottom: .4em;
}
main {
padding: 1rem 0;
}

.mayday {
width: auto;
> h2 {
Expand All @@ -184,6 +185,11 @@
margin-bottom: 1rem;
}

.posts.newer,
.posts.older {
margin: 1rem 0;
}

#posts-list > li {
margin-bottom: 2.5rem;
> time {
Expand All @@ -196,19 +202,6 @@
margin: 2.5rem 0;
}

.post {
&.newer,
&.older {
padding: 1rem;
}
&.newer {
margin: 0 0 1.2rem;
}
&.older {
margin: 0 0 10px;
}
}

blockquote {
> p {
margin: 2rem -1rem;
Expand Down

0 comments on commit 673d0af

Please sign in to comment.