pelican-website-ge/output/theme/css/index-styles.css

64 lines
878 B
CSS

.try{
color: darkred;
}
#content{
padding-top: 40px;
}
.article-display{
border-style: solid;
border-color: #85adad;
border-width: 1px;
}
.ul-style{
list-style-type: none;
}
.li-style{
margin-bottom: 25px;
}
.img-resize{
width: 100%;
height: 400px;
}
.row{
height: 400px;
}
.entry-title a{
color: black;
}
.post-info{
display: flex;
width: 300px;
padding-top: 10px;
}
.post-info:before{
font-family: "FontAwesome";
content: "\f007";
font-weight: 900;
padding-right: 10px ;
font-size: 30px;
}
.vcard-author a{
color: black;
}
.entry-content{
padding-right: 10px;
}
.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;
}
}