fix(landing): various style corrections and add credit
This commit is contained in:
parent
bdffe13bab
commit
090c1b220f
9 changed files with 142 additions and 82 deletions
|
|
@ -114,10 +114,13 @@ $height: 30rem;
|
|||
z-index: 0;
|
||||
|
||||
.slide-image {
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
img {
|
||||
border-radius: 2px;
|
||||
object-fit: cover;
|
||||
max-height: 22rem;
|
||||
}
|
||||
figcaption {
|
||||
font-size: .9rem;
|
||||
|
|
@ -343,6 +346,8 @@ $height: 30rem;
|
|||
img {
|
||||
width: auto;
|
||||
height: 100%;
|
||||
max-height: initial !important;
|
||||
object-fit: contain;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue