File tree Expand file tree Collapse file tree 2 files changed +20
-11
lines changed
Expand file tree Collapse file tree 2 files changed +20
-11
lines changed Original file line number Diff line number Diff line change 11p {
2- margin-top : 2 % ;
2+ margin-top : 4 % ;
33 color : white;
44 font-family : "Inter" ;
5- font-size : 45 px ;
5+ font-size : 38 px ;
66 font-weight : 600 ;
77 text-align : center;
88}
@@ -16,30 +16,24 @@ p a {
1616/* ----------------------- */
1717
1818@media only screen and (max-width : 1600px ) {
19- p {
20- font-size : 38px ;
21- }
22- }
23-
24- @media only screen and (max-width : 1250px ) {
2519 p {
2620 font-size : 32px ;
2721 }
2822}
2923
30- @media only screen and (max-width : 1020 px ) {
24+ @media only screen and (max-width : 1250 px ) {
3125 p {
3226 font-size : 26px ;
3327 }
3428}
3529
36- @media only screen and (max-width : 940 px ) {
30+ @media only screen and (max-width : 1020 px ) {
3731 p {
3832 font-size : 20px ;
3933 }
4034}
4135
42- @media only screen and (max-width : 750 px ) {
36+ @media only screen and (max-width : 940 px ) {
4337 p {
4438 font-size : 14px ;
4539 }
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7+ < link rel ="stylesheet " href ="/css/global.css ">
8+ < link rel ="stylesheet " href ="/css/redirects/styles.css ">
9+ < link rel ="shortcut icon " href ="/assets/ServerLogo.png " type ="image/x-icon ">
10+ < title > Nowhere Redirect</ title >
11+ </ head >
12+ < body >
13+ < p > If you weren't redirected, click < a href =""> here</ a > </ p >
14+ </ body >
15+ </ html >
You can’t perform that action at this time.
0 commit comments