forked from tsc-vfl/hugo-page
Fix height of blog in mobile view
This commit is contained in:
parent
ad03132c05
commit
b87a2847a2
@ -584,8 +584,13 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.teaser-image {
|
.teaser-image {
|
||||||
flex: 33% 1 0;
|
flex: auto 0 0;
|
||||||
|
display: block;
|
||||||
height: 190px;
|
height: 190px;
|
||||||
|
|
||||||
|
@include media-large(){
|
||||||
|
flex: 33% 1 0;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
Loading…
Reference in New Issue
Block a user