FabNum_blog/static/css/custom.css

29 lines
433 B
CSS

article img {
display: block;
margin-left: auto;
margin-right: auto;
}
.comments-box {
border: 1px solid #ccc;
padding: 1.5rem;
margin-top: 2rem;
border-radius: 8px;
background-color: #f9f9f9;
}
.comments-box h2 {
margin-top: 0;
font-size: 1.4rem;
border-bottom: 1px solid #ddd;
padding-bottom: 0.5rem;
}
.isso-text > p {
color: #333 !important;
}
.isso-auth-section label {
color: #333 !important;
}