Fix post author image position + responsiveness (#804)
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
1dbe8aca45
commit
e8f8f3b22b
3 changed files with 5 additions and 3 deletions
|
@ -145,7 +145,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@include media('<=large') {
|
||||
@include media('<very-large') {
|
||||
height: -moz-fit-content;
|
||||
height: fit-content;
|
||||
padding-bottom: 0px;
|
||||
|
|
|
@ -149,7 +149,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@include media('<=large') {
|
||||
@include media('<very-large') {
|
||||
flex: 0%;
|
||||
max-width: 0%;
|
||||
min-height: 100vh;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue