<div class="single-tags">
<?php echo get_the_tag_list('','','');?>
</div>
.single-tags {
a {
border-radius: 0.5rem;
border: 0.2rem solid $secondarycolor;
background-color: #e9eaef;
color: $secondarycolor;
font-size: 1.4rem;
font-weight: 400;
line-height: 1.07;
text-align: center;
padding: 1rem 2rem;
display: inline-block;
margin-top: 1rem;
margin-right: 1rem;
margin-bottom: 1rem;
&:hover {
background-color: $secondarycolor;
color: #fff;
}
}
}