1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-03 03:18:17 +00:00

Fix styling issues on test page

This commit is contained in:
2022-04-18 15:01:18 +00:00
parent 28ac0df520
commit c8b1dba267
2 changed files with 5 additions and 1 deletions

View File

@@ -38,8 +38,11 @@
&--buttons {
display: flex;
gap: 1rem;
justify-content: flex-end;
align-items: center;
@include respond-to('medium') {
justify-content: flex-end;
}
}
&:last-child {