Skip to content

Commit

Permalink
better hr and bottom links now are showed correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Juleship committed May 27, 2015
1 parent dc1ce1c commit 01ba89c
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ img {
max-width: 100%;
}

hr {
border: 2px solid #EDEDED;
}

.text-center {
text-align: center;
}
Expand Down Expand Up @@ -316,6 +320,17 @@ footer {
background: rgba(blue ,.1);
}
}
img {
width: 100%;
}
h3 {
position: absolute;
bottom: 10px;
color: white;
text-align: center;
width: 100%;
z-index: 20;
}
}

.previous-overlay {
Expand All @@ -327,12 +342,3 @@ footer {
top: 0;
left: 0;
}

.previous-article h3 {
position: absolute;
bottom: 10px;
color: white;
text-align: center;
width: 100%;
z-index: 20;
}

0 comments on commit 01ba89c

Please sign in to comment.