mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 18:39:32 +00:00
Fix styling issues on test page
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
.testPage {
|
||||
&__testResultWrapper {
|
||||
@include space-contents;
|
||||
margin: 2rem 0;
|
||||
}
|
||||
|
||||
&__testResult {
|
||||
|
||||
Reference in New Issue
Block a user