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

View File

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

View File

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