Skip to content

Commit faa6529

Browse files
committed
fix(style): fix missing closing brackets
1 parent 40c32a2 commit faa6529

File tree

1 file changed

+28
-29
lines changed

1 file changed

+28
-29
lines changed

src/style.css

Lines changed: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ main {
216216

217217
.input > .btn {
218218
width: var(--input-width);
219+
}
219220

220221
input[type='text'],
221222
textarea,
@@ -274,22 +275,22 @@ textarea:focus {
274275
}
275276

276277
#radio-group {
277-
display: flex;
278-
flex-direction: row;
279-
justify-content: space-evenly;
278+
display: flex;
279+
flex-direction: row;
280+
justify-content: space-evenly;
280281
}
281282

282283
#animation-radio-label {
283-
padding: 0;
284-
margin: 0;
285-
background: none;
286-
font-weight: 600;
287-
color: whitesmoke;
288-
font-size: 0.9em;
284+
padding: 0;
285+
margin: 0;
286+
background: none;
287+
font-weight: 600;
288+
color: whitesmoke;
289+
font-size: 0.9em;
289290
}
290291

291-
#animation-radio-label>span {
292-
padding-right: 8px;
292+
#animation-radio-label > span {
293+
padding-right: 8px;
293294
}
294295

295296
#degree {
@@ -301,14 +302,12 @@ textarea:focus {
301302
}
302303

303304
#duration-label {
304-
305-
flex-direction: row-reverse;
306-
justify-content: space-between;
307-
305+
flex-direction: row-reverse;
306+
justify-content: space-between;
308307
}
309308

310-
#duration-label>span {
311-
font-size: 0.9em;
309+
#duration-label > span {
310+
font-size: 0.9em;
312311
}
313312

314313
.count {
@@ -402,18 +401,18 @@ a {
402401
--input-width: 100%;
403402
--modal-width: calc(var(--modal-container-width) - 10vw);
404403
}
405-
406-
nav {
407-
padding: 1rem 2rem;
408-
}
409-
410-
.modal-generator {
411-
width: 90vw;
412-
}
413-
414-
.generator {
415-
margin: 0.8rem auto;
416-
}
404+
405+
nav {
406+
padding: 1rem 2rem;
407+
}
408+
409+
.modal-generator {
410+
width: 90vw;
411+
}
412+
413+
.generator {
414+
margin: 0.8rem auto;
415+
}
417416

418417
.modal-main-content {
419418
flex-direction: column;

0 commit comments

Comments
 (0)