Skip to content

Commit

Permalink
Shrink post box a bit on smallest displays.
Browse files Browse the repository at this point in the history
  • Loading branch information
munificent committed Dec 31, 2014
1 parent c542fe2 commit 54c8d3f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
7 changes: 7 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,13 @@ article {
.nav-second h2 {
margin-top: 24px; }

.post-box .date {
font-size: 11px;
width: 48px; }
.post-box .title {
font-size: 14px;
line-height: 22px; }

header h1 {
font-size: 28px;
line-height: 36px; }
Expand Down
12 changes: 12 additions & 0 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,18 @@ article {
margin-top: 24px;
}

.post-box {
.date {
font-size: 11px;
width: 48px;
}

.title {
font-size: 14px;
line-height: 22px;
}
}

// Shrink the text.
header {
h1 {
Expand Down

0 comments on commit 54c8d3f

Please sign in to comment.