|
|
@@ -1,7 +1,8 @@
|
|
|
.quote {
|
|
|
- min-height: 100%;
|
|
|
+ height: 100%;
|
|
|
color: #fff;
|
|
|
background-color: #222;
|
|
|
+ overflow: hidden;
|
|
|
|
|
|
&-header {
|
|
|
display: flex;
|
|
|
@@ -11,7 +12,10 @@
|
|
|
|
|
|
&__logo {
|
|
|
img {
|
|
|
- height: 64px;
|
|
|
+ min-height: 64px;
|
|
|
+ max-height: 64px;
|
|
|
+ max-width: 280px;
|
|
|
+ object-fit: contain;
|
|
|
}
|
|
|
}
|
|
|
|