Spaces:
Running
Running
full width text + resize
Browse files- index.html +9 -7
index.html
CHANGED
@@ -98,10 +98,10 @@
|
|
98 |
line-height: 1.1;
|
99 |
}
|
100 |
.hero p {
|
101 |
-
font-size: 1.
|
102 |
-
max-width:
|
103 |
font-weight: 400;
|
104 |
-
line-height: 1.
|
105 |
}
|
106 |
|
107 |
.hero-diagram {
|
@@ -187,12 +187,13 @@
|
|
187 |
border: 1px solid var(--grey-200);
|
188 |
border-radius: 4px;
|
189 |
font-family: 'Telegraf', sans-serif;
|
190 |
-
font-size: 1.
|
191 |
resize: vertical;
|
192 |
background: var(--white);
|
193 |
min-height: 60px;
|
194 |
transition: border-color 0.2s ease;
|
195 |
-
font-weight:
|
|
|
196 |
}
|
197 |
|
198 |
textarea:focus {
|
@@ -244,10 +245,11 @@
|
|
244 |
}
|
245 |
|
246 |
.status {
|
247 |
-
font-size: 1.
|
248 |
color: var(--black);
|
249 |
flex: 1;
|
250 |
-
font-weight:
|
|
|
251 |
}
|
252 |
|
253 |
.loader {
|
|
|
98 |
line-height: 1.1;
|
99 |
}
|
100 |
.hero p {
|
101 |
+
font-size: 1.3rem;
|
102 |
+
max-width: none;
|
103 |
font-weight: 400;
|
104 |
+
line-height: 1.6;
|
105 |
}
|
106 |
|
107 |
.hero-diagram {
|
|
|
187 |
border: 1px solid var(--grey-200);
|
188 |
border-radius: 4px;
|
189 |
font-family: 'Telegraf', sans-serif;
|
190 |
+
font-size: 1.3rem;
|
191 |
resize: vertical;
|
192 |
background: var(--white);
|
193 |
min-height: 60px;
|
194 |
transition: border-color 0.2s ease;
|
195 |
+
font-weight: 400;
|
196 |
+
line-height: 1.6;
|
197 |
}
|
198 |
|
199 |
textarea:focus {
|
|
|
245 |
}
|
246 |
|
247 |
.status {
|
248 |
+
font-size: 1.3rem;
|
249 |
color: var(--black);
|
250 |
flex: 1;
|
251 |
+
font-weight: 400;
|
252 |
+
line-height: 1.6;
|
253 |
}
|
254 |
|
255 |
.loader {
|