File tree 3 files changed +15
-29
lines changed
3 files changed +15
-29
lines changed Original file line number Diff line number Diff line change 91
91
}
92
92
93
93
.about .about-content .right a : hover {
94
- color : indigo ;
94
+ color : whitesmoke ;
95
95
background : none;
96
96
}
97
97
118
118
}
119
119
120
120
@media (max-width : 469px ){
121
- .about .about-content .left img {
122
- height : 275px ;
123
- width : 2750px ;
124
- }
125
121
.about .about-content .right .text {
126
122
font-size : 23px ;
127
123
}
Original file line number Diff line number Diff line change 13
13
}
14
14
15
15
.home .home-content .text-1 {
16
- font-size : 27 px ;
16
+ font-size : 28 px ;
17
17
}
18
18
19
19
.home .home-content .text-2 {
20
- font-size : 75 px ;
20
+ font-size : 70 px ;
21
21
font-weight : 600 ;
22
- margin-left : -3px ;
23
22
}
24
23
25
24
.home .home-content .text-3 {
26
- font-size : 27 px ;
25
+ font-size : 35 px ;
27
26
margin : 5px 0 ;
28
27
}
29
28
44
43
}
45
44
46
45
.home .home-content a : hover {
47
- color : blueviolet ;
46
+ color : whitesmoke ;
48
47
background : none;
49
48
}
50
49
51
50
/* Mobile adaptation */
52
- @media (max-width : 1300px ){
53
- .home .max-width {
54
- margin-left : 0px ;
55
- }
56
- }
57
51
58
52
@media (max-width : 947px ){
53
+ .home .home-content .text-1 {
54
+ font-size : 25px ;
55
+ }
56
+ .home .home-content .text-2 {
57
+ font-size : 62px ;
58
+ }
59
59
.home .home-content .text-3 {
60
- font-size : 35 px ;
60
+ font-size : 32 px ;
61
61
}
62
62
.home .home-content a {
63
63
font-size : 23px ;
72
72
.home .home-content .text-3 {
73
73
font-size : 32px ;
74
74
}
75
- .home .home-content a {
76
- font-size : 20px ;
77
- }
78
-
79
75
}
80
76
81
77
@media (max-width : 500px ){
Original file line number Diff line number Diff line change @@ -78,12 +78,6 @@ section{
78
78
}
79
79
80
80
/* Mobile adaptation */
81
- @media (max-width : 991px ){
82
- .max-width {
83
- padding : 0 50px ;
84
- }
85
- }
86
-
87
81
@media (max-width : 947px ){
88
82
.menu-btn {
89
83
display : block;
@@ -115,9 +109,9 @@ section{
115
109
margin : 25px , 0 ;
116
110
font-size : 25px ;
117
111
}
118
- /* .max-width{
119
- max-width: 800px ;
120
- } */
112
+ .max-width {
113
+ padding : 0 50 px ;
114
+ }
121
115
}
122
116
123
117
@media (max-width : 690px ){
You can’t perform that action at this time.
0 commit comments