This commit is contained in:
armansansd
2022-05-10 15:39:39 +02:00
parent dd41e30f59
commit 17e419f4f6
4 changed files with 10 additions and 5 deletions

View File

@@ -287,6 +287,10 @@
//margin-top: -3rem;
column-gap: 1rem;
grid-template-columns: calc(10% - 3em) repeat(4, 20%);
@include breakpoint(small down) {
display: block;
padding: 1rem ;
}
&>div:first-child{
grid-column-start: 2;
}