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 {
|
&--buttons {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
justify-content: flex-end;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
@include respond-to('medium') {
|
||||||
|
justify-content: flex-end;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
.testPage {
|
.testPage {
|
||||||
&__testResultWrapper {
|
&__testResultWrapper {
|
||||||
@include space-contents;
|
@include space-contents;
|
||||||
|
margin: 2rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__testResult {
|
&__testResult {
|
||||||
|
|||||||
Reference in New Issue
Block a user