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 {
|
img {
|
||||||
height: 120px;
|
height: 120px;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
-o-object-fit: cover;
|
-o-object-fit: cover;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
background-color: get-light-color('bg-primary');
|
background-color: get-light-color('bg-primary');
|
||||||
@@ -209,7 +211,7 @@ body.kind-page {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@include media('<=large') {
|
@include media('<very-large') {
|
||||||
.container {
|
.container {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -145,7 +145,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@include media('<=large') {
|
@include media('<very-large') {
|
||||||
height: -moz-fit-content;
|
height: -moz-fit-content;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
|
|||||||
@@ -149,7 +149,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@include media('<=large') {
|
@include media('<very-large') {
|
||||||
flex: 0%;
|
flex: 0%;
|
||||||
max-width: 0%;
|
max-width: 0%;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
|||||||
Reference in New Issue
Block a user