made all code review changes and more responsive on phones

This commit is contained in:
2021-05-17 17:19:40 +03:00
parent 533bb50662
commit 22f01d91bd
33 changed files with 94 additions and 75 deletions

View File

@@ -40,4 +40,12 @@
.article-entry-content a{
color: black;
text-decoration: underline;
}
@media only screen and (max-width: 480px){
.tags {
display: flex;
flex-wrap: wrap;
justify-content: left;
margin-top: 2px;
}
}

View File

@@ -46,10 +46,18 @@
.published{
color: gray;
}
@media only screen and (max-width: 480px){
.entry-title {
font-size: 20px;
}
.col-6{
padding-left: 1px;
}
.post-info address{
font-size: 12px;
}
}
/*.article-display-footer{*/
/* padding-bottom: 10px;*/
/* margin-right: 10px;*/
/* margin-left: 10px;*/
/* border-top: 3px solid gray;*/
/*}*/