Compare commits

..

No commits in common. "2a78084959d2e04d7631c2268a18ec53f9ca0d8a" and "51e8549c6f2e63b2b85d4c0fcdca9863e09b5d6b" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

@ -295,8 +295,8 @@
$the_query->the_post();?>
<div class="article-item">
<a href="<?php the_permalink()?>"><?php the_post_thumbnail()?></a>
<a href="<?php the_permalink()?>"><h3><?php the_title()?></h3></a>
<a href="<?php the_permalink()?>"> <img src="<?php the_post_thumbnail()?>" alt=""> </a>
<a href="<?php the_permalink()?>"> <h3><?php the_title()?></h3> </a>
<span class="author"><?php echo get_the_author_posts_link()?></span>
<span class="publish-date"><?php the_date()?></span>
</div>

View File

@ -658,7 +658,6 @@ header{
}
.article-item img{
max-width: 100%;
height: 150px;
}
.article-item h3{
color: #424141;
@ -666,7 +665,7 @@ header{
margin:10px 0 20px 0;
font-size: 15px;
}
.article-item .author a{
.article-item .author{
background: linear-gradient(45deg, #9b35fa, #60afff);
border-radius: 25px;
padding: 2px 10px;