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 b89cdb4 commit 847d4e5Copy full SHA for 847d4e5
src/index.scss
@@ -328,6 +328,7 @@
328
.unit-navigation {
329
display: flex;
330
justify-content: center;
331
+ gap: 5px;
332
max-width: 640px;
333
margin: 0 auto;
334
@@ -344,27 +345,12 @@
344
345
border-radius: 6px;
346
}
347
-
348
- .next-button {
349
- flex-basis: 75%;
350
351
- @media (max-width: -1 + map-get($grid-breakpoints, "sm")) {
352
- flex-basis: 100%;
353
- }
354
355
356
- .previous-button {
357
- flex-basis: 25%;
358
359
360
361
362
363
364
365
.top-unit-navigation {
366
367
max-width: 100%;
368
justify-content: flex-end;
369
370
.next-button,
0 commit comments