Fixed tags html

This commit is contained in:
Thomas
2021-03-29 17:10:23 +02:00
parent a315f5eb24
commit e303848b62
3 changed files with 14 additions and 5 deletions

View File

@@ -197,6 +197,16 @@ footer {
background-color: rgb(219, 219, 219);
}
.contentContainer article h5 {
margin: 0px;
}
.contentContainer article h6 {
margin: 0px;
color: #999;
font-size: 11px;
}
.contentContainer img{
width: 60%;
display:block;