This commit is contained in:
2020-08-24 20:19:02 +02:00
parent 8ad7a9ccd1
commit a54e185701
19 changed files with 935 additions and 43 deletions
@@ -20,6 +20,7 @@
height: 325px;
// background: none;
display: flex;
flex-direction: column;
margin: 3rem $gutter 1.5rem $gutter;
@media screen and (min-width: 768px) {
width: calc(100% / 2 - #{$gutter} * 2);
@@ -39,18 +40,7 @@
background: white;
}
}
&.last::after{
display: inline-block;
content: " ";
width: 3px;
height: auto;
margin: -2.5rem 0 0 0;
background: $color1;
position: relative;
left: 0.5rem;
}
&.first{
flex-direction: column;
span{
font-family: 'truenolight';
position: absolute;
@@ -59,6 +49,19 @@
font-size: 1.2rem;
line-height: 1.2;
}
&:not(:first-child){
&::before{
position: absolute;
display: block;
content: " ";
width: 1px;
height: calc(100% + 3rem);
margin: -2.5rem 0 0 0;
background: $color1;
left: -0.5rem;
top: 0;
}
}
}
}
}