ready for Hannu to work on the li element

This commit is contained in:
Janne Koivistoinen 2017-12-19 15:03:21 +02:00
parent f8a8679f5e
commit 5330770f34
3 changed files with 5 additions and 4 deletions

View file

@ -35,7 +35,7 @@
padding: 24px;
@media (--viewportLarge) {
padding: 118px 15vw 82px 82px;
padding: 116px 15vw 82px 82px;
background-color: var(--matterColorLight);
border-left-width: 1px;
border-left-style: solid;

View file

@ -14,7 +14,7 @@
box-shadow: var(--boxShadow);
@media (--viewportLarge) {
padding: 113px 0 82px 15vw;
padding: 112px 0 82px 15vw;
flex-direction: column;
justify-content: flex-start;
border: none;

View file

@ -118,7 +118,8 @@
margin-bottom: 0;
}
@media (--viewportLarge) {
margin-top: 19px;
margin-top: 58px;
margin-bottom: 8px;
}
}
@ -158,7 +159,7 @@
}
/* Vertical space */
margin-top: 41px;
margin-top: 0;
&:nth-of-type(1),
&:nth-of-type(2) {
margin-top: 20px;