design: 강의 입장 버튼 css 수정

This commit is contained in:
jhynsoo 2024-07-21 19:56:59 +09:00
parent 92d724d056
commit b25c4212ef

View File

@ -19,8 +19,8 @@
.thumbnail {
flex-shrink: 0;
width: 160px;
height: 160px;
width: 120px;
height: 120px;
border-radius: 16px;
border: 1px solid var(--border-color);
}
@ -42,6 +42,7 @@
.desc {
display: flex;
justify-content: space-between;
align-items: center;
}
.tutor {
@ -60,7 +61,7 @@
.liveButton {
padding: 12px 16px;
text-align: center;
font-size: 16px;
font-size: 14px;
line-height: 1.4;
font-family: inherit;
font-weight: 700;