Skip to content

Commit

Permalink
design: 메인 페이지 모바일에 맞게 수정 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
birdieHyun authored Dec 27, 2023
1 parent 1b447e7 commit fd20385
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
12 changes: 9 additions & 3 deletions src/components/home/ClubIntroduction.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
<div class="statistic-cards">
<div class="card">
<div class="info-title"><br>창립 년도<br><br><br></div>
<div class="data">2019년<br><br></div>
<div class="data">2019<span id="for-media">년</span><br><br></div>
</div>
<div class="card">
<span><br>누적 회원 <br><br><br></span>
<span class="data">130+ <br><br></span>
<span class="data">130+ <span id="for-media">명</span><br><br></span>
</div>
<div class="card">
<span><br>활동 회원 <br><br><br></span>
<span class="data">70+ <br><br></span>
<span class="data">70+ <span id="for-media">명</span><br><br></span>
</div>
</div>
</div>
Expand Down Expand Up @@ -86,4 +86,10 @@ h2 {
font-weight: bold;
font-size: 30px;
}
@media (max-width: 768px) {
#for-media{
display: none;
}
}
</style>
8 changes: 2 additions & 6 deletions src/components/home/MainInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default {}
position: relative;
}
@media (max-width: 1300px) {
@media (max-width: 768px) {
#yonsei-golf {
font-size: 50px;
Expand All @@ -68,11 +68,7 @@ export default {}
}
#info {
font-size: 20px;
color: white;
text-align: left;
margin-left: 10%;
position: relative;
display: none;
}
}
Expand Down

0 comments on commit fd20385

Please sign in to comment.