Skip to content

Commit f1f6b0d

Browse files
committed
Made redirect text smaller
1 parent c04afc6 commit f1f6b0d

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

css/redirects/styles.css

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
p {
2-
margin-top: 2%;
2+
margin-top: 4%;
33
color:white;
44
font-family: "Inter";
5-
font-size: 45px;
5+
font-size: 38px;
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: 1020px) {
24+
@media only screen and (max-width: 1250px) {
3125
p {
3226
font-size: 26px;
3327
}
3428
}
3529

36-
@media only screen and (max-width: 940px) {
30+
@media only screen and (max-width: 1020px) {
3731
p {
3832
font-size: 20px;
3933
}
4034
}
4135

42-
@media only screen and (max-width: 750px) {
36+
@media only screen and (max-width: 940px) {
4337
p {
4438
font-size: 14px;
4539
}

r/nowhere.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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>

0 commit comments

Comments
 (0)