This commit is contained in:
Lee Minseo 2022-05-07 14:06:23 +09:00
parent aabc750d86
commit 7c39a9dc1c
2 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ h1 { font-weight: normal; margin: 0; margin-top: -20px; line-height: 1.5; font-f
#hud-notification.visible .msg { transform: translate3d(0,0,0); transition: 120ms all cubic-bezier(.25,.47,.44,.93); opacity: 1; }
.btn-check { position: absolute; clip: rect(0,0,0,0); pointer-events: none; }
.list-wrap { display: flex; justify-content: center; padding-bottom: 2.5vw; }
.tameshi { height: auto !important; width: calc(100% - 154px) !important; padding: 0 77px 2.5vw !important; }
.tameshi { height: auto !important; padding-top: 0 !important; }
#tameshi { background-color: transparent; color: var(--cr); width: 100%; box-sizing: border-box; min-height: 200px; height: 100px; resize: vertical; line-height: 1.5; padding: 8px 14px; border: 3px solid var(--cro); }
@media (max-width: 1920px) {
#list .item { width: calc(var(--tableWidth) / var(--columns)); height: calc(var(--tableWidth) / var(--columns)); }

Binary file not shown.