We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc7782b commit 7dae9abCopy full SHA for 7dae9ab
1 file changed
makeitwork.cloud/index.html
@@ -89,6 +89,11 @@
89
align-items: center;
90
padding: 2rem 1rem;
91
line-height: 1.6;
92
+ -webkit-font-smoothing: none;
93
+ -moz-osx-font-smoothing: grayscale;
94
+ font-smooth: never;
95
+ image-rendering: pixelated;
96
+ image-rendering: crisp-edges;
97
}
98
99
/* ASCII Art Header */
@@ -114,13 +119,13 @@
114
119
115
120
@media (max-width: 600px) {
116
121
.subheader {
117
- font-size: 0.9rem;
122
+ font-size: 16px;
118
123
124
125
126
@media (max-width: 400px) {
127
- font-size: 0.8rem;
128
129
letter-spacing: 0.05em;
130
131
@@ -143,7 +148,7 @@
143
148
144
149
145
150
.site-title {
146
- font-size: 1.75rem;
151
+ font-size: 24px;
147
152
153
154
0 commit comments