Optimized images
This commit is contained in:
parent
e3b84027ef
commit
518b0e2500
29 changed files with 16 additions and 8 deletions
src/components
|
@ -78,7 +78,7 @@ if (bond10 === 'false') {
|
|||
|
||||
article > img {
|
||||
width: 120px;
|
||||
height: auto;
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
@media (min-width: 512px) {
|
||||
|
@ -90,7 +90,11 @@ if (bond10 === 'false') {
|
|||
|
||||
article > img {
|
||||
width: 200px;
|
||||
height: auto;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.bond-ce {
|
||||
width: 128px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -122,7 +126,6 @@ if (bond10 === 'false') {
|
|||
.bond-ce {
|
||||
padding-top: 0.75rem;
|
||||
height: 3rem;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.unobtained {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue