fix image sizing
This commit is contained in:
parent
32e5630e70
commit
a8c5bdd6c2
1 changed files with 15 additions and 1 deletions
|
@ -47,7 +47,8 @@ p a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.container > img,
|
.container > img,
|
||||||
.container p > img {
|
.container p > img,
|
||||||
|
.row > div > img {
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
@ -69,3 +70,16 @@ p a {
|
||||||
.category-item {
|
.category-item {
|
||||||
padding: 1px 0;
|
padding: 1px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#header {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
&.image .section-heading {
|
||||||
|
@extend .text-shadow;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (min-height: $screen-xs-max) {
|
||||||
|
height: 40vh;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Reference in a new issue