1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 20:59:30 +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 {

View File

@@ -1,6 +1,7 @@
.testPage {
&__testResultWrapper {
@include space-contents;
margin: 2rem 0;
}
&__testResult {