We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ab484 commit c1f9c9cCopy full SHA for c1f9c9c
task-requests/style.css
@@ -362,18 +362,15 @@ body {
362
display: grid;
363
grid-template-columns: repeat(4, 1fr);
364
gap: 1rem;
365
- justify-items: center;
366
}
367
.taskRequest__message {
368
- line-height: 1.2;
+ line-height: 1.25rem;
369
font-weight: 600;
370
text-align: center;
371
font-size: 1.5rem;
372
width: 100%;
373
position: absolute;
374
- word-wrap: break-word;
375
376
-
377
.taskRequest__message--error {
378
color: var(--color-error);
379
@@ -485,10 +482,6 @@ body {
485
482
.funnel-icon {
486
483
margin: auto;
487
484
488
489
- .taskRequest__message--error {
490
- position: static;
491
- }
492
493
494
@media screen and (max-width: 320px) {
0 commit comments