Revised Single page of posts.
This commit is contained in:
parent
a9e389dbc7
commit
7d2ff7898e
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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(); ?>
|
||||||
|
|
Loading…
Reference in New Issue