made all code review changes and more responsive on phones
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
@@ -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;*/
|
||||
/*}*/
|
||||
|
||||
Reference in New Issue
Block a user