Skip to content

Commit

Permalink
chore: mobile css
Browse files Browse the repository at this point in the history
  • Loading branch information
WanderedToLa committed Feb 4, 2024
1 parent ac447ed commit dd23439
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 87 deletions.
70 changes: 0 additions & 70 deletions src/components/HomepageFeatures/index.tsx

This file was deleted.

28 changes: 25 additions & 3 deletions src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
}

.main-container {
margin-top: 10rem;
max-width: 997px;
width: 100%;
padding-top: 3rem;
padding-bottom: 3rem;
width: 997px;
margin-left: auto;
margin-right: auto;
}
Expand Down Expand Up @@ -48,3 +48,25 @@
display: flex;
justify-content: space-between;
}

@media screen and (max-width: 996px) {
.main-container {
padding: 3rem;
}

.main-title {
font-size: 2.5rem;
}

.main-description {
font-size: 1.3rem;
}

.post-title {
font-size: 1.5rem;
}

.post-list-container li {
font-size: 1rem;
}
}
11 changes: 0 additions & 11 deletions src/pages/index.module.css

This file was deleted.

5 changes: 2 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ export default function Home() {
<br />
공부하며 새로 알게된 정보들은 이곳에 정리하거나&nbsp;
<br />
<Link to={'https://github.com/WanderedToLa/Awesome-FE-Engineers'}>따로 모아서 관리하고 있습니다</Link>
<Link to={'https://github.com/WanderedToLa/Awesome-FE-Engineers'}>따로 모아 관리하고</Link>
<br />
또한 앞으로 WebAssembly를 기반으로한
<br /> 웹 생태계를 주목하고 있습니다.
WebAssembly기반의 웹 생태계를 주목하고 있습니다.
</p>
</header>
<main className="main">
Expand Down

0 comments on commit dd23439

Please sign in to comment.