mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
ready for Hannu to work on the li element
This commit is contained in:
parent
f8a8679f5e
commit
5330770f34
3 changed files with 5 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue