Set min width on next-posts

Closes #194
This commit is contained in:
John O'Nolan 2015-04-14 11:09:00 +02:00
parent 5d01cb7a7c
commit c94651d8fb

View file

@ -1322,9 +1322,6 @@ body:not(.post-template) .post-title {
7. Read More - Next/Prev Post Links 7. Read More - Next/Prev Post Links
========================================================================== */ ========================================================================== */
.middle {
}
.read-next { .read-next {
display: -webkit-box; display: -webkit-box;
display: -webkit-flex; display: -webkit-flex;
@ -1347,6 +1344,7 @@ body:not(.post-template) .post-title {
-webkit-flex-grow: 1; -webkit-flex-grow: 1;
-ms-flex-positive: 1; -ms-flex-positive: 1;
flex-grow: 1; flex-grow: 1;
min-width: 50%;
text-decoration: none; text-decoration: none;
position: relative; position: relative;
text-align: center; text-align: center;