Update style.css

This commit is contained in:
Lee Minseo 2022-04-06 17:52:59 +09:00
parent ecc11c03da
commit cab0430411

View File

@ -53,7 +53,7 @@ h1 { font-weight: normal; margin: 0; margin-top: -20px; line-height: 1.5; font-f
#list { --columns: 32; --columnsL: 56; --columnsS: 24; --columnsXS: 16; --tableWidth: 95vw; display: flex; flex-wrap: wrap; width: var(--tableWidth); }
#list .item { display: flex; align-items: center; justify-content: center; width: calc(var(--tableWidth) / var(--columnsL)); height: calc(var(--tableWidth) / var(--columnsL)); }
.btn-check { position: absolute; clip: rect(0,0,0,0); pointer-events: none; }
.list-wrap { display: flex; justify-content: center; }
.list-wrap { display: flex; justify-content: center; padding-bottom: 2.5vw; }
@media (max-width: 1920px) {
#list .item { width: calc(var(--tableWidth) / var(--columns)); height: calc(var(--tableWidth) / var(--columns)); }
.wrap { width: calc(100% - 160px); height: calc(100% - 160px); padding: 80px; }