Skip to content

Commit ea79aa0

Browse files
authored
Merge pull request #220 from pirogramming/develop
[Test] 배포 환경 테스트
2 parents 2974012 + cfa0d23 commit ea79aa0

2 files changed

Lines changed: 40 additions & 2 deletions

File tree

static/main/main.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,5 +357,4 @@ h2{
357357
color: #444;
358358
line-height: 1.5;
359359
text-align: left;
360-
}
361-
360+
}

templates/main/main_mainpage.html

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,45 @@
66

77
{% block extra_css %}
88
<link rel="stylesheet" href="{% static 'main/main.css' %}">
9+
<style>
10+
h2 {
11+
font-family: "Satoshi", Helvetica;
12+
font-size: 20px;
13+
font-weight: 700;
14+
color: #2c3e50;
15+
line-height: 1.2;
16+
margin-bottom: 8px;
17+
text-align: center;
18+
}
19+
20+
.username-highlight {
21+
color: var(--main);
22+
font-weight: 800;
23+
}
24+
25+
.about-healthtant {
26+
padding: 32px 20px;
27+
text-align: center;
28+
margin: 20px;
29+
border-top: 1px solid #e0e0e0;
30+
padding-top: 40px;
31+
}
32+
33+
.about-title {
34+
font-size: 20px;
35+
font-weight: 700;
36+
color: #56AAB2;
37+
margin-bottom: 12px;
38+
}
39+
40+
.about-text {
41+
font-size: 14px;
42+
font-weight: 400;
43+
color: #444;
44+
line-height: 1.5;
45+
text-align: left;
46+
}
47+
</style>
948
{% endblock %}
1049

1150
{% block extra_js %}

0 commit comments

Comments
 (0)