details
This commit is contained in:
parent
2df3106031
commit
672553f3aa
4 changed files with 16 additions and 4 deletions
|
|
@ -1,6 +1,8 @@
|
|||
|
||||
[data-template="investigations"] main{
|
||||
|
||||
|
||||
|
||||
#container-cards{
|
||||
|
||||
@media #{$x-small-up}{
|
||||
|
|
@ -11,6 +13,12 @@
|
|||
grid-auto-rows: minmax(100px, auto);
|
||||
grid-gap: calc(var(--padding-body)*1.5);
|
||||
margin-bottom: 10vh;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
@media #{$x-small}{
|
||||
margin-bottom: 10vh;
|
||||
|
|
@ -39,4 +47,7 @@
|
|||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue