Merge pull request #78 from TeamBNBN/fe/refactorLearningLectureDetail
[Front-End] refactor learning lecture detail
This commit is contained in:
commit
e9405795d2
@ -20,7 +20,7 @@ export default function LearningLectureDetailPage() {
|
||||
],
|
||||
};
|
||||
return (
|
||||
<main className={styles.previews}>
|
||||
<section className={styles.previews}>
|
||||
<ArticlePreview
|
||||
to="notice"
|
||||
title="공지사항"
|
||||
@ -32,6 +32,6 @@ export default function LearningLectureDetailPage() {
|
||||
contents={questions}
|
||||
/>
|
||||
<ArticlePreview title="커리큘럼" />
|
||||
</main>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
.previews {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 40px;
|
||||
gap: 20px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user