Skip to content

Commit

Permalink
chore(functinos.tsx): minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
juunie-roh committed Mar 22, 2024
1 parent 5138139 commit 55eec50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/components/flow/sections/functions.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}
@media screen and (max-width: 1024px) {
.container {
height: 1086px;
height: 936px;
padding-top: 80px;
background-position: 50% bottom;
}
Expand Down Expand Up @@ -188,9 +188,9 @@
.slideFunc p br {
display: none;
}
.slideFunc div {
/* .slideFunc div {
display: none;
}
} */
.slideFunc a {
font-size: 12px;
}
Expand Down
3 changes: 1 addition & 2 deletions src/components/flow/sections/funtions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ export default function Functions() {
</ul>
</div>
<p>
메일, 채팅, 문서 중심의 방식에서 벗어나
<br />
메일, 채팅, 문서 중심의 방식에서 벗어나 <br />
온라인 협업 방식으로 프로젝트 소통을 강화할 수 있습니다.
</p>
<div className={styles.slideProgress}>
Expand Down

0 comments on commit 55eec50

Please sign in to comment.