Skip to content

Commit 5bc9842

Browse files
committed
Decreased font sizes a bit
1 parent b8cc701 commit 5bc9842

File tree

4 files changed

+52
-52
lines changed

4 files changed

+52
-52
lines changed

css/pages/index/index.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.paragraph {
22
color:white;
33
font-family: "Inter";
4-
font-size: 34px;
4+
font-size: 30px;
55
font-weight: 600;
66
}
77

@@ -15,15 +15,15 @@
1515
}
1616

1717
.introduction-text {
18-
margin-top: 6%;
18+
margin-top: 7%;
1919
width: 50%;
2020
display:flex;
2121
flex-direction: column;
2222
}
2323

2424
.introduction-text h1 {
2525
font-family: "Uni Sans";
26-
font-size: 90px;
26+
font-size: 86px;
2727
}
2828

2929
.introduction-paragraph {
@@ -36,7 +36,7 @@
3636
align-items: center;
3737
margin-right: auto;
3838
margin-top: 5%;
39-
padding: 16px 85px;
39+
padding: 14px 82px;
4040
color: white;
4141
font-size: 34px;
4242
font-family: "Uni Sans", sans-serif;
@@ -76,13 +76,13 @@
7676
width: 18%;
7777

7878
text-align: center;
79-
font-size: 45px;
79+
font-size: 41px;
8080
font-weight: 700;
8181
}
8282

8383
.data-field-subtitle {
8484
font-weight: 600;
85-
font-size: 24px;
85+
font-size: 20px;
8686
color: #8e9ba3;
8787
}
8888

@@ -96,15 +96,15 @@
9696
}
9797

9898
.qotw-text {
99-
margin-top: 5%;
99+
margin-top: 8%;
100100
width: 65%;
101101
display:flex;
102102
flex-direction: column;
103103
}
104104

105105
.qotw-text h1 {
106106
font-family: "Uni Sans";
107-
font-size: 73px;
107+
font-size: 69px;
108108
}
109109

110110
.qotw-paragraph {
@@ -113,7 +113,7 @@
113113
}
114114

115115
.qotw-learn-more {
116-
margin-top: 4%;
116+
margin-top: 2%;
117117
color: #ff212d;
118118
font-family: "Uni Sans", "Inter";
119119
text-decoration: underline solid transparent;
@@ -143,7 +143,7 @@
143143
width: 100%;
144144
text-align: center;
145145
font-family: "Uni Sans";
146-
font-size: 45px;
146+
font-size: 41px;
147147
}
148148

149149
.partner-imgs {
Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,62 @@
11
@media only screen and (max-width: 1600px) {
22
.paragraph {
3-
font-size: 32px;
3+
font-size: 28px;
44
}
55

66
.introduction-text h1 {
7-
font-size: 65px;
7+
font-size: 61px;
88
}
99

1010
.introduction-join-btn {
11-
padding: 14px 80px;
11+
padding: 12px 78px;
1212
font-size: 32px;
1313
}
1414

1515
.data-field {
16-
font-size: 42px;
16+
font-size: 38px;
1717
}
1818

1919
.data-field-subtitle {
20-
font-size: 20px;
20+
font-size: 16px;
2121
}
2222

2323
.qotw-text h1 {
24-
font-size: 56px;
24+
font-size: 51px;
2525
}
2626

2727
.partner-container h1 {
28-
font-size: 40px;
28+
font-size: 36px;
2929
}
3030
}
3131

3232
@media only screen and (max-width: 1250px) {
3333
.paragraph {
34-
font-size: 28px;
34+
font-size: 24px;
3535
}
3636

3737
.introduction-text{
3838
width: 100%;
3939
}
4040

4141
.introduction-text h1 {
42-
font-size: 60px;
42+
font-size: 56px;
4343
}
4444

4545
.introduction-image {
4646
display: none;
4747
}
4848

4949
.introduction-join-btn {
50-
padding: 12px 75px;
51-
font-size: 30px;
50+
padding: 10px 72px;
51+
font-size: 28px;
5252
}
5353

5454
.data-field {
55-
font-size: 37px;
55+
font-size: 33px;
5656
}
5757

5858
.data-field-subtitle {
59-
font-size: 17px;
59+
font-size: 13px;
6060
}
6161

6262
.qotw-text {
@@ -72,79 +72,79 @@
7272
}
7373

7474
.partner-container h1 {
75-
font-size: 36px;
75+
font-size: 32px;
7676
}
7777
}
7878

7979
@media only screen and (max-width: 1020px) {
8080
.paragraph {
81-
font-size: 26px;
81+
font-size: 22px;
8282
}
8383

8484
.introduction-text h1 {
85-
font-size: 55px;
85+
font-size: 51px;
8686
}
8787

8888
.introduction-join-btn {
89-
padding: 10px 70px;
89+
padding: 8px 67px;
9090
font-size: 28px;
9191
}
9292

9393
.data-field {
94-
font-size: 35px;
94+
font-size: 31px;
9595
}
9696

9797
.data-field-subtitle {
98-
font-size: 15px;
98+
font-size: 11px;
9999
}
100100

101101
.qotw-text h1 {
102-
font-size: 42px;
102+
font-size: 38px;
103103
}
104104

105105
.partner-container h1 {
106-
font-size: 32px;
106+
font-size: 28px;
107107
}
108108
}
109109

110110
@media only screen and (max-width: 940px) {
111111
.paragraph {
112-
font-size: 24px;
112+
font-size: 20px;
113113
}
114114

115115
.introduction-text h1 {
116-
font-size: 50px;
116+
font-size: 46px;
117117
}
118118

119119
.introduction-join-btn {
120-
padding: 8px 65px;
121-
font-size: 26px;
120+
padding: 7px 62px;
121+
font-size: 24px;
122122
}
123123

124124
.data-field {
125-
font-size: 32px;
125+
font-size: 28px;
126126
}
127127

128128
.data-field-subtitle {
129-
font-size: 12px;
129+
font-size: 8px;
130130
}
131131

132132
.qotw-text h1 {
133-
font-size: 36px;
133+
font-size: 32px;
134134
}
135135

136136
.partner-container h1 {
137-
font-size: 26px;
137+
font-size: 22px;
138138
}
139139
}
140140

141141
@media only screen and (max-width: 750px) {
142142
.paragraph {
143-
font-size: 20px;
143+
font-size: 16px;
144144
}
145145

146146
.introduction-text h1 {
147-
font-size: 45px;
147+
font-size: 41px;
148148
}
149149

150150
.introduction-join-btn {
@@ -158,19 +158,19 @@
158158
}
159159

160160
.data-field {
161-
font-size: 28px;
161+
font-size: 24px;
162162
width: 70%;
163163
margin-left: auto;
164164
margin-right: auto;
165165
margin-bottom: 6px;
166166
}
167167

168168
.data-field-subtitle {
169-
font-size: 14px;
169+
font-size: 10px;
170170
}
171171

172172
.qotw-text h1 {
173-
font-size: 30px;
173+
font-size: 26px;
174174
}
175175

176176
.partner-imgs {
@@ -188,27 +188,27 @@
188188

189189
@media only screen and (max-width: 500px) {
190190
.paragraph {
191-
font-size: 18px;
191+
font-size: 16px;
192192
}
193193

194194
.introduction-text h1 {
195-
font-size: 36px;
195+
font-size: 34px;
196196
}
197197

198198
.introduction-join-btn {
199199
padding: 6px 60px;
200-
font-size: 24px;
200+
font-size: 22px;
201201
}
202202

203203
.data-field {
204-
font-size: 26px;
204+
font-size: 24px;
205205
}
206206

207207
.data-field-subtitle {
208-
font-size: 12px;
208+
font-size: 10px;
209209
}
210210

211211
.qotw-text h1 {
212-
font-size: 26px;
212+
font-size: 24px;
213213
}
214214
}

redirect/discord4j.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta http-equiv="refresh" content="0; url=https://discord4j.com"/>
88
<link rel="stylesheet" href="../css/global.css">
99
<link rel="stylesheet" href="../css/redirects/styles.css">
10-
<title>NordVPN Redirect</title>
10+
<title>Discord4J Redirect</title>
1111
</head>
1212
<body>
1313
<p>If you weren't redirected, click <a href="https://discord4j.com">here</a></p>

redirect/jetbrains.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta http-equiv="refresh" content="0; url=https://jetbrains.com"/>
88
<link rel="stylesheet" href="../css/global.css">
99
<link rel="stylesheet" href="../css/redirects/styles.css">
10-
<title>NordVPN Redirect</title>
10+
<title>JetBrains Redirect</title>
1111
</head>
1212
<body>
1313
<p>If you weren't redirected, click <a href="https://jetbrains.com">here</a></p>

0 commit comments

Comments
 (0)