Skip to content

Commit f67113a

Browse files
Bug fix. (The scaling problem in the "About Me" section of the English section of the website has been corrected.)
1 parent 2686c09 commit f67113a

File tree

1 file changed

+52
-23
lines changed

1 file changed

+52
-23
lines changed

assets/CSS/EN/style_about.css

Lines changed: 52 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,57 @@
11
@import url("/CSS/CustomCSS/customcss.css");
22

3-
body {
4-
font-family: Arial;
3+
@media screen and (width: 1920px) {
4+
body {
5+
font-family: Arial;
6+
}
7+
.abt{
8+
text-align: center;
9+
margin: -px 0 -3px;
10+
color: var(--lx-web-purple-color);
11+
}
12+
.abtcont {
13+
width: 275px;
14+
border: 200px solid var(--lx-web-opc-purple-color);
15+
border-radius: 9px;
16+
margin: 40px 0 -3px 32%;
17+
height: 0px;
18+
}
19+
.gthbacc {
20+
margin: -187px 0 -3px -187px;
21+
}
22+
.gthbacc, .prj, .frks {
23+
color: var(--lx-web-abt-title-color);
24+
font-size: 20px;
25+
}
26+
.prj, .frks {
27+
margin: 8px 0 -3px -187px;
28+
}
529
}
630

7-
.abt{
8-
text-align: center;
9-
margin: -px 0 -3px;
10-
color: var(--lx-web-purple-color);
31+
@media screen and (width: 1920px) {
32+
body {
33+
font-family: Arial;
34+
}
35+
.abt{
36+
text-align: center;
37+
margin: -px 0 -3px;
38+
color: var(--lx-web-purple-color);
39+
}
40+
.abtcont {
41+
width: 275px;
42+
border: 200px solid var(--lx-web-opc-purple-color);
43+
border-radius: 9px;
44+
margin: 40px 0 -3px 37%;
45+
height: 0px;
46+
}
47+
.gthbacc {
48+
margin: -187px 0 -3px -187px;
49+
}
50+
.gthbacc, .prj, .frks {
51+
color: var(--lx-web-abt-title-color);
52+
font-size: 20px;
53+
}
54+
.prj, .frks {
55+
margin: 8px 0 -3px -187px;
56+
}
1157
}
12-
.abtcont {
13-
width: 275px;
14-
border: 200px solid var(--lx-web-opc-purple-color);
15-
border-radius: 9px;
16-
margin: 40px 0 -3px 32%;
17-
height: 0px;
18-
}
19-
.gthbacc {
20-
margin: -187px 0 -3px -187px;
21-
}
22-
.gthbacc, .prj, .frks {
23-
color: var(--lx-web-abt-title-color);
24-
font-size: 20px;
25-
}
26-
.prj, .frks {
27-
margin: 8px 0 -3px -187px;
28-
}

0 commit comments

Comments
 (0)