Skip to content

Commit f77206f

Browse files
author
about-jiyoon
committed
지도 수정, track 2 라인 컬러 수정, margin값 조정
1 parent 8888f80 commit f77206f

File tree

6 files changed

+72
-105
lines changed

6 files changed

+72
-105
lines changed

2017/.DS_Store

0 Bytes
Binary file not shown.

2017/src/.DS_Store

0 Bytes
Binary file not shown.

2018/css/bootstrap.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

2018/css/style.css

+33-17
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
--*/
55
body {
66
font-size: 14px;
7-
font-weight: 300;
7+
font-weight: 400;
88
line-height: 25px;
99
color: #3b4045;
1010
/* font-family: "Nanum Gothic", sans-serif;*/
@@ -18,7 +18,7 @@ h3,
1818
h4,
1919
h5,
2020
h6 {
21-
font-weight: 300; }
21+
font-weight: 400; }
2222

2323
h1 {
2424
font-size: 44px;
@@ -81,38 +81,41 @@ a:active {
8181
color: #000;
8282
padding-bottom: 70px; }
8383

84-
.heading-white {
84+
.heading-white {
8585
text-align: center;
8686
color: #fff;
87-
padding-bottom: 70px; }
88-
.heading h2 {
87+
padding-bottom: 60px; }
88+
89+
.heading h2 {
8990
color: #3c3c3c;
9091
padding-bottom: 15px;
9192
text-transform: capitalize;
9293
font-weight: 600;
9394
font-size: 40px;
94-
line-height: 40px; }
95-
.heading p {
95+
line-height: 40px;
96+
}
97+
98+
.heading p {
9699
/*font-family: 'Nanum Gothic', serif;*/
97100
font-family: 'Spoqa Han Sans', 'Spoqa Han Sans JP', 'Sans-serif';
98101
font-size: 15px;
99102
line-height: 24px;
100-
font-weight: 300; }
103+
font-weight: 300;
104+
}
101105

102106
.btn {
103-
border-radius: 0; }
107+
border-radius: 0;
108+
}
104109

105110
.btn-home {
106-
background-image:url('../images/Ticket_btn.png');
107-
background-repeat:no-repeat;
108-
max-width: 40%
109-
background-size:contain;
110-
background-position:center;
111-
111+
background-image:url('../images/Ticket_btn.png');
112+
background-repeat:no-repeat;
113+
max-width: 40%
114+
background-size:contain;
115+
background-position:center;
112116
}
113117

114118
.test {
115-
116119
padding: 10px 40px;
117120
margin-top: 30px;
118121
margin-bottom: 30px;
@@ -394,7 +397,8 @@ background-position:center;
394397
font-size: 16px;
395398
font-weight: bold; }
396399
.menu li a:hover, .menu li a:focus {
397-
background: none; }
400+
background: none;
401+
color:#3DEA11;}
398402

399403
/*--
400404
service star
@@ -558,6 +562,10 @@ font-family: 'Spoqa Han Sans', 'Spoqa Han Sans JP', 'Sans-serif'; }
558562
border: solid 1px #45fc17;
559563
}
560564

565+
.line2 {
566+
border: solid 1px #24f9b6;
567+
}
568+
561569
.line-copy-8 {
562570
border: solid 1px #24f9b6;
563571
}
@@ -774,3 +782,11 @@ footer {
774782
footer p a:hover {
775783
color: #fff;
776784
text-decoration: none; }
785+
786+
.table {
787+
margin-bottom: 0rem !important;
788+
}
789+
790+
.map {
791+
margin-top: 30px;
792+
}

0 commit comments

Comments
 (0)