Skip to content

Commit a9430f0

Browse files
bug fix (errors in the "style_about.css" file created for the English section have been corrected.)
1 parent f67113a commit a9430f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/CSS/EN/style_about.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import url("/CSS/CustomCSS/customcss.css");
1+
@import url("/assets/CSS/CustomCSS/customcss.css");
22

33
@media screen and (width: 1920px) {
44
body {
@@ -28,7 +28,7 @@
2828
}
2929
}
3030

31-
@media screen and (width: 1920px) {
31+
@media screen and (width: 2560px) {
3232
body {
3333
font-family: Arial;
3434
}

0 commit comments

Comments
 (0)