damn you css
This commit is contained in:
parent
1303160269
commit
1d20c2e8fb
1 changed files with 18 additions and 19 deletions
|
@ -80,25 +80,6 @@ if (bond10 === 'false') {
|
|||
width: 120px;
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
@media (min-width: 512px) {
|
||||
article {
|
||||
padding: 10px 10px;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
article > img {
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.bond-ce {
|
||||
width: 128px;
|
||||
height: 85px;
|
||||
}
|
||||
}
|
||||
|
||||
.subtext {
|
||||
color: white;
|
||||
font-size: 16px;
|
||||
|
@ -132,4 +113,22 @@ if (bond10 === 'false') {
|
|||
.unobtained {
|
||||
filter: grayscale(1);
|
||||
}
|
||||
|
||||
@media (min-width: 512px) {
|
||||
article {
|
||||
padding: 10px 10px;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
article > img {
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.bond-ce {
|
||||
width: 128px;
|
||||
height: 85px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue