damn you css

This commit is contained in:
Firq 2023-03-16 19:30:03 +01:00
parent 1303160269
commit 1d20c2e8fb
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -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>