parent
5d01cb7a7c
commit
c94651d8fb
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue