Release 0.0.12
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
|
||||
.storage-audit__hero {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) minmax(14rem, 16rem);
|
||||
grid-template-columns: minmax(0, 1fr);
|
||||
gap: 1rem 1.25rem;
|
||||
align-items: start;
|
||||
}
|
||||
@@ -124,6 +124,8 @@
|
||||
gap: 0.75rem;
|
||||
align-items: stretch;
|
||||
min-width: 0;
|
||||
width: 100%;
|
||||
max-width: 18rem;
|
||||
}
|
||||
|
||||
.storage-audit__actions .button {
|
||||
@@ -293,12 +295,9 @@
|
||||
}
|
||||
|
||||
@media (max-width: 1100px) {
|
||||
.storage-audit__hero {
|
||||
grid-template-columns: minmax(0, 1fr);
|
||||
}
|
||||
|
||||
.storage-audit__actions {
|
||||
width: 100%;
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user