mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2026-05-01 22:00:31 +00:00
18 lines
303 B
CSS
18 lines
303 B
CSS
.shop2-pose-outer-grid {
|
|
display: grid;
|
|
grid-auto-flow: column;
|
|
gap: min(2vh, 1vw);
|
|
}
|
|
|
|
.shop2-pose-inner-grid {
|
|
display: grid;
|
|
grid-auto-flow: row;
|
|
justify-items: center;
|
|
gap: min(1vh, 0.5vw);
|
|
height: fit-content;
|
|
}
|
|
|
|
.shop-button {
|
|
height: min(9vh, 4.5vw);
|
|
width: min(9vh, 4.5vw);
|
|
}
|