Revised Single page of posts.

This commit is contained in:
Fabiano 2018-06-19 10:30:16 -03:00
parent a9e389dbc7
commit 7d2ff7898e
3 changed files with 16 additions and 7 deletions

View File

@ -1,12 +1,17 @@
.tainacan-single-post{ .tainacan-single-post{
@media screen { /* @media screen {
@media (min-width: 768px) { @media (min-width: 768px) {
padding: 0 2rem; padding: 0 2rem;
} }
} } */
article{ article{
header{ header{
.header-meta{ .header-meta{
color: #898d8f !important;
font: {
size: 12px;
weight: 400;
}
@media screen { @media screen {
@media (min-width: 768px){ @media (min-width: 768px){
margin-top: -10px; margin-top: -10px;
@ -21,7 +26,7 @@
.tainacan-content { .tainacan-content {
font-size: 1rem; font-size: 1rem;
@media only screen and (min-width: 1200px){ @media only screen and (min-width: 1200px){
padding: 0 8.5rem; padding: 0 8.33333334%;
} }
&h1, &h2{ &h1, &h2{
font-size: 1rem; font-size: 1rem;

View File

@ -254,6 +254,10 @@ form{
font-size: 20px; font-size: 20px;
} }
.title-back{ .title-back{
font: {
size: 14px;
weight: 400;
}
margin-top: 0.5rem; margin-top: 0.5rem;
} }
} }

View File

@ -2,13 +2,13 @@
<header class="mb-4"> <header class="mb-4">
<div class="header-meta text-muted mb-5"> <div class="header-meta text-muted mb-5">
<?php <?php
tainacan_post_date();
echo ' ';
_e('By', 'tainacan-theme'); _e('By', 'tainacan-theme');
echo ' '; echo ' ';
the_author_posts_link(); the_author_posts_link();
echo ' '; /* echo ' ';
_e('on', 'tainacan-theme'); _e('on', 'tainacan-theme'); */
echo ' ';
tainacan_post_date();
?> ?>
</div> </div>
<?php the_post_thumbnail(); ?> <?php the_post_thumbnail(); ?>