design: 최소 너비 1340px
This commit is contained in:
parent
659eeb7c01
commit
50894126af
@ -26,12 +26,6 @@ export default function Header() {
|
||||
/>
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link to={'/'}>전체 강의</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link to={'/'}>수강중인 강의</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link
|
||||
to={'/live/1'}
|
||||
|
@ -73,8 +73,13 @@ export default function LectureLayout() {
|
||||
>
|
||||
강의 정보 수정
|
||||
</SideLink>
|
||||
<li onClick={handleDelete}>
|
||||
<span className={styles.delete}>강의 삭제</span>
|
||||
<li>
|
||||
<span
|
||||
onClick={handleDelete}
|
||||
className={styles.delete}
|
||||
>
|
||||
강의 삭제
|
||||
</span>
|
||||
</li>
|
||||
</SideBar>
|
||||
)}
|
||||
|
@ -1,4 +1,7 @@
|
||||
.delete {
|
||||
cursor: pointer;
|
||||
font-size: 16px;
|
||||
line-height: 1.4;
|
||||
font-weight: 400;
|
||||
color: var(--error-color);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
@ -167,6 +167,7 @@ body {
|
||||
sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
min-width: 1360px;
|
||||
}
|
||||
|
||||
a {
|
||||
|
Loading…
Reference in New Issue
Block a user