File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 357357 color : # 444 ;
358358 line-height : 1.5 ;
359359 text-align : left;
360- }
361-
360+ }
Original file line number Diff line number Diff line change 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 %}
You can’t perform that action at this time.
0 commit comments