mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 18:39:32 +00:00
Stat preparation style cleanup
This commit is contained in:
@@ -113,13 +113,14 @@
|
|||||||
@include space-contents;
|
@include space-contents;
|
||||||
|
|
||||||
&__stats {
|
&__stats {
|
||||||
display: grid;
|
display: flex;
|
||||||
grid-template-columns: 1fr 1fr;
|
flex-wrap: wrap;
|
||||||
gap: .5rem;
|
gap: .5rem;
|
||||||
|
|
||||||
div {
|
div {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
width: 100%;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: $admin-bg;
|
background: $admin-bg;
|
||||||
@@ -141,9 +142,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@include respond-to('medium') {
|
@include respond-to('medium') {
|
||||||
grid-template-columns: repeat(5, 1fr);
|
flex-wrap: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&__graphs {
|
&__graphs {
|
||||||
|
|||||||
@@ -15,6 +15,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@include respond-to('medium') {
|
@include respond-to('medium') {
|
||||||
grid-template-columns: repeat(4, 1fr);
|
grid-template-columns: repeat(3, 1fr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user