chrome fixes
This commit is contained in:
@@ -919,7 +919,7 @@ html, body {
|
||||
|
||||
.prgl_elem_left img {
|
||||
width: 250px;
|
||||
height: 100%;
|
||||
height: auto;
|
||||
min-height: 100px; }
|
||||
|
||||
.prgl_elem_right {
|
||||
@@ -995,7 +995,8 @@ html, body {
|
||||
width: 350px; }
|
||||
|
||||
.prgl_elem_left img {
|
||||
width: 100%; }
|
||||
width: 100%;
|
||||
height: 100%; }
|
||||
|
||||
.prgl_elem_title {
|
||||
font-size: 24pt;
|
||||
@@ -1049,8 +1050,9 @@ html, body {
|
||||
margin-bottom: auto; }
|
||||
|
||||
.prgv_left img {
|
||||
max-height: 100%;
|
||||
max-width: 100%; }
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
object-fit: contain; }
|
||||
|
||||
.prgv_right {
|
||||
background: #BBB;
|
||||
@@ -1160,7 +1162,8 @@ html, body {
|
||||
|
||||
.booklst_left img {
|
||||
width: 150px;
|
||||
height: auto; }
|
||||
height: 200px;
|
||||
object-fit: contain; }
|
||||
|
||||
.booklst_right {
|
||||
display: flex;
|
||||
@@ -1240,8 +1243,9 @@ html, body {
|
||||
margin-bottom: auto; }
|
||||
|
||||
.bookv_left img {
|
||||
max-height: 100%;
|
||||
max-width: 100%; }
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
object-fit: contain; }
|
||||
|
||||
.bookv_right {
|
||||
background: #BBB;
|
||||
|
||||
Reference in New Issue
Block a user