fix(SW-1386): fix image sizes to be more responsive and fill it's container correctly
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
.container {
|
||||
position: relative;
|
||||
height: 640px;
|
||||
overflow: hidden;
|
||||
height: 640px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.container {
|
||||
height: 880px;
|
||||
}
|
||||
}
|
||||
|
||||
.content {
|
||||
@@ -31,11 +37,5 @@
|
||||
|
||||
.image {
|
||||
max-width: 100%;
|
||||
height: 600px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.image {
|
||||
height: 880px;
|
||||
}
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user