Spaces:
Running
Running
more UI
Browse files- index.html +24 -12
index.html
CHANGED
@@ -31,7 +31,7 @@
|
|
31 |
}
|
32 |
|
33 |
.explanation-text {
|
34 |
-
font-size: 1.
|
35 |
line-height: 1.6;
|
36 |
margin-bottom: calc(var(--spacing-unit) * 4);
|
37 |
}
|
@@ -89,14 +89,14 @@
|
|
89 |
grid-template-columns: 1fr 1fr;
|
90 |
}
|
91 |
.hero h1 {
|
92 |
-
font-size: clamp(
|
93 |
font-weight: 700;
|
94 |
margin-bottom: calc(var(--spacing-unit) * 3);
|
95 |
letter-spacing: -0.03em;
|
96 |
line-height: 1.1;
|
97 |
}
|
98 |
.hero p {
|
99 |
-
font-size: 1.
|
100 |
max-width: 45ch;
|
101 |
font-weight: 400;
|
102 |
line-height: 1.5;
|
@@ -128,7 +128,7 @@
|
|
128 |
}
|
129 |
|
130 |
.section-title {
|
131 |
-
font-size:
|
132 |
font-weight: 700;
|
133 |
margin-bottom: calc(var(--spacing-unit) * 6);
|
134 |
text-align: center;
|
@@ -160,7 +160,7 @@
|
|
160 |
|
161 |
.card h2 {
|
162 |
margin-bottom: calc(var(--spacing-unit) * 3);
|
163 |
-
font-size: 1.
|
164 |
font-weight: 700;
|
165 |
letter-spacing: -0.01em;
|
166 |
height: 30px;
|
@@ -186,7 +186,7 @@
|
|
186 |
border: 2px solid var(--black);
|
187 |
border-radius: 0;
|
188 |
font-family: 'Telegraf', sans-serif;
|
189 |
-
font-size:
|
190 |
resize: vertical;
|
191 |
background: var(--white);
|
192 |
min-height: 60px;
|
@@ -207,7 +207,7 @@
|
|
207 |
font-weight: 600;
|
208 |
padding: calc(var(--spacing-unit) * 1.5) calc(var(--spacing-unit) * 3);
|
209 |
min-width: 160px;
|
210 |
-
font-size:
|
211 |
font-family: 'Telegraf', sans-serif;
|
212 |
border-radius: 0;
|
213 |
cursor: pointer;
|
@@ -230,7 +230,7 @@
|
|
230 |
}
|
231 |
|
232 |
.status {
|
233 |
-
font-size:
|
234 |
color: var(--black);
|
235 |
flex: 1;
|
236 |
font-weight: 500;
|
@@ -254,7 +254,7 @@
|
|
254 |
}
|
255 |
|
256 |
footer {
|
257 |
-
font-size:
|
258 |
text-align: center;
|
259 |
padding: calc(var(--spacing-unit) * 6) calc(var(--spacing-unit) * 2);
|
260 |
color: var(--black);
|
@@ -274,7 +274,7 @@
|
|
274 |
display: flex;
|
275 |
align-items: center;
|
276 |
font-weight: 600;
|
277 |
-
font-size: 1.
|
278 |
}
|
279 |
|
280 |
#decResult:not(:empty) {
|
@@ -330,8 +330,20 @@
|
|
330 |
primaryTextColor: '#000',
|
331 |
lineColor: '#000',
|
332 |
tertiaryColor: '#fff',
|
333 |
-
fontFamily: 'Telegraf'
|
334 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
335 |
});
|
336 |
</script>
|
337 |
</head>
|
|
|
31 |
}
|
32 |
|
33 |
.explanation-text {
|
34 |
+
font-size: 1.3rem;
|
35 |
line-height: 1.6;
|
36 |
margin-bottom: calc(var(--spacing-unit) * 4);
|
37 |
}
|
|
|
89 |
grid-template-columns: 1fr 1fr;
|
90 |
}
|
91 |
.hero h1 {
|
92 |
+
font-size: clamp(3rem, 6vw, 4.5rem);
|
93 |
font-weight: 700;
|
94 |
margin-bottom: calc(var(--spacing-unit) * 3);
|
95 |
letter-spacing: -0.03em;
|
96 |
line-height: 1.1;
|
97 |
}
|
98 |
.hero p {
|
99 |
+
font-size: 1.4rem;
|
100 |
max-width: 45ch;
|
101 |
font-weight: 400;
|
102 |
line-height: 1.5;
|
|
|
128 |
}
|
129 |
|
130 |
.section-title {
|
131 |
+
font-size: 3rem;
|
132 |
font-weight: 700;
|
133 |
margin-bottom: calc(var(--spacing-unit) * 6);
|
134 |
text-align: center;
|
|
|
160 |
|
161 |
.card h2 {
|
162 |
margin-bottom: calc(var(--spacing-unit) * 3);
|
163 |
+
font-size: 1.8rem;
|
164 |
font-weight: 700;
|
165 |
letter-spacing: -0.01em;
|
166 |
height: 30px;
|
|
|
186 |
border: 2px solid var(--black);
|
187 |
border-radius: 0;
|
188 |
font-family: 'Telegraf', sans-serif;
|
189 |
+
font-size: 1.2rem;
|
190 |
resize: vertical;
|
191 |
background: var(--white);
|
192 |
min-height: 60px;
|
|
|
207 |
font-weight: 600;
|
208 |
padding: calc(var(--spacing-unit) * 1.5) calc(var(--spacing-unit) * 3);
|
209 |
min-width: 160px;
|
210 |
+
font-size: 1.2rem;
|
211 |
font-family: 'Telegraf', sans-serif;
|
212 |
border-radius: 0;
|
213 |
cursor: pointer;
|
|
|
230 |
}
|
231 |
|
232 |
.status {
|
233 |
+
font-size: 1.2rem;
|
234 |
color: var(--black);
|
235 |
flex: 1;
|
236 |
font-weight: 500;
|
|
|
254 |
}
|
255 |
|
256 |
footer {
|
257 |
+
font-size: 1.2rem;
|
258 |
text-align: center;
|
259 |
padding: calc(var(--spacing-unit) * 6) calc(var(--spacing-unit) * 2);
|
260 |
color: var(--black);
|
|
|
274 |
display: flex;
|
275 |
align-items: center;
|
276 |
font-weight: 600;
|
277 |
+
font-size: 1.3rem;
|
278 |
}
|
279 |
|
280 |
#decResult:not(:empty) {
|
|
|
330 |
primaryTextColor: '#000',
|
331 |
lineColor: '#000',
|
332 |
tertiaryColor: '#fff',
|
333 |
+
fontFamily: 'Telegraf',
|
334 |
+
fontSize: '1.4rem'
|
335 |
+
},
|
336 |
+
flowchart: {
|
337 |
+
nodeSpacing: 50,
|
338 |
+
rankSpacing: 50,
|
339 |
+
curve: 'basis',
|
340 |
+
fontSize: '1.4rem'
|
341 |
+
},
|
342 |
+
sequence: {
|
343 |
+
actorFontSize: '1.4rem',
|
344 |
+
noteFontSize: '1.4rem',
|
345 |
+
messageFontSize: '1.4rem'
|
346 |
+
}
|
347 |
});
|
348 |
</script>
|
349 |
</head>
|