Skip to content

Commit

Permalink
feat : 연혁 스타일 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
BeA-Pro committed Jul 12, 2024
1 parent c2fee6d commit 153f195
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions src/asset/scss/components/history.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
text-align: center;

}
.card-body{
width: 800px;
}
}

@include mobile{
Expand All @@ -45,9 +48,14 @@
width: 80%;
text-align: center;
}

.card-body{
width: 400px;
}
}



.timeline {
border-left: 3px solid black;
border-bottom-right-radius: 4px;
Expand Down
12 changes: 6 additions & 6 deletions src/components/History.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,28 @@ export default function History() {
<div className="row">
<div className="col-md-12">
<div className="card">
<div className="card-body" style={{ width: 600 }}>
<div className="card-body">
<div id="content">
<ul className="timeline">
<li className="event" data-date="2003">
<h3>드림건설 건축업 개인사업자</h3>

</li>
<li className="event" data-date="2005">
<h3>(주)하이다 코리아 인수</h3>
<h3 style={{ marginBottom: "15px" }}>(주)하이다 코리아 인수</h3>
<h3>주식회사 포럼종합건설 공동 대표이사 취임</h3>
</li>
<li className="event" data-date="2009">
<h3>주식회사 드림예건으로 사명변경</h3>
<h3>실내건축업 면허추가</h3>
<h3 style={{ marginBottom: "15px" }}>주식회사 드림예건으로 사명변경</h3>
<h3 style={{ marginBottom: "15px" }}>실내건축업 면허추가</h3>
<h3>서울시 서초구 양재동 2203번지 동방빌딩 5층으로 사무실 이전</h3>
</li>
<li className="event" data-date="2011">
<h3>주식회사 피엔엘로 사명변경</h3>
<h3 style={{ marginBottom: "15px" }}>주식회사 피엔엘로 사명변경</h3>
<h3>시설물 유지관리업 면허 추가</h3>
</li>
<li className="event" data-date="2016">
<h3>주식회사 드림종합건설 설립</h3>
<h3 style={{ marginBottom: "15px" }}>주식회사 드림종합건설 설립</h3>
<h3>건설업 면허 추가</h3>
</li>
<li className="event" data-date="2018">
Expand Down

0 comments on commit 153f195

Please sign in to comment.