Skip to content

Commit 8a9d1fc

Browse files
Minor optimization.
1 parent f1c39c3 commit 8a9d1fc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

assets/CSS/astt.css

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@
55
text-align: center;
66
}
77

8+
body {
9+
font-family: Arial;
10+
}
11+
812
@media screen and (width: 1920px) {
913
body {
1014
background: url("/assets/Images/WalpaperImages/1920x1080/macosmonterey.png");
11-
font-family: Arial;
1215
}
1316
}
1417
@media screen and (width: 2560px) {
1518
body {
1619
background: url("/assets/Images/WalpaperImages/2560x1440/macosmonterey.jpg");
17-
font-family: Arial;
1820
}
1921
}

0 commit comments

Comments
 (0)