Fix post author image position + responsiveness (#804)
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
@@ -52,6 +52,8 @@ body.kind-page {
|
||||
img {
|
||||
height: 120px;
|
||||
width: 120px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
-o-object-fit: cover;
|
||||
object-fit: cover;
|
||||
background-color: get-light-color('bg-primary');
|
||||
@@ -209,7 +211,7 @@ body.kind-page {
|
||||
}
|
||||
}
|
||||
|
||||
@include media('<=large') {
|
||||
@include media('<very-large') {
|
||||
.container {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user