This commit is contained in:
2020-02-13 22:24:28 +01:00
parent 9b0c154f61
commit ef23d90eb6
60 changed files with 1665 additions and 930 deletions

View File

@@ -8,7 +8,9 @@
}
// Description
.description {
&__description {
margin-left: auto;
margin-right: auto;
margin-bottom: 32px;
@include breakpoint (sm) {
@@ -41,9 +43,12 @@
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
grid-column-gap: 120px;
grid-row-gap: 7.5vw;
grid-row-gap: pxVW(120);
justify-content: center;
margin-bottom: 14.5vw;
margin-bottom: pxVW(232);
}
@include breakpoint (xl) {
margin-bottom: 232px;
}
}
@@ -101,7 +106,7 @@
display: block;
width: 216px;
height: 216px;
background: rgba($color-lightpurple, .3);
background: rgba($color-lightpurple, 0.3);
border-radius: 50vh;
transition: all 85ms ease-in-out;
}