Revised Single page of posts.
This commit is contained in:
parent
a9e389dbc7
commit
7d2ff7898e
|
@ -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;
|
||||
|
|
|
@ -254,6 +254,10 @@ form{
|
|||
font-size: 20px;
|
||||
}
|
||||
.title-back{
|
||||
font: {
|
||||
size: 14px;
|
||||
weight: 400;
|
||||
}
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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(); ?>
|
||||
|
|
Loading…
Reference in New Issue