Skip to content

Commit a1c58e9

Browse files
Responsive design for the support section. (Not yet completed.)
1 parent 6cb495f commit a1c58e9

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

support/support.css

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,14 @@
88
.body {
99
background: url("/assets/Images/WalpaperImages/1920x1080/macosmonterey.png");
1010
}
11-
.supportmenu, .supportmenu1 {
12-
width: 60%;
13-
border: 15px solid var(--lx-web-opc-purple-color);
14-
}
15-
.supportmenu {
16-
margin: -1px;
17-
}
18-
.supportmenu1 {
19-
margin: 10px 0px 0px -1px;
20-
}
21-
.menutext {
22-
margin: -10px 0 0 0;
23-
}
24-
.menutext1 {
25-
margin: -17.5px 0 0 65px;
26-
}
2711
}
28-
2912
@media screen and (width: 2560px) {
3013
.body {
31-
background: url("/assets/Images/WalpaperImages/2560x1440/macosmonterey.jpg");
14+
background: url("/assets/Images/WalpaperImages/2560x1440/macosmonterey.png");
3215
}
16+
}
17+
18+
@media screen and (min-width: 600px) {
3319
.supportmenu, .supportmenu1 {
3420
width: 60%;
3521
border: 15px solid var(--lx-web-opc-purple-color);

0 commit comments

Comments
 (0)