Fix blog avatar

This commit is contained in:
2024-02-20 10:00:04 +00:00
parent ef14711b2f
commit aff0762c7f
2 changed files with 10 additions and 1 deletions

View File

@@ -350,3 +350,12 @@ footer {
.map {
height: 500px;
}
// -------------------------------------------------------
// Blog pages
// -------------------------------------------------------
.blog-avatar {
margin-left: 0 !important;
margin-right: 1em !important;
}