Reduce vertical padding
This commit is contained in:
parent
940706bed0
commit
211e732a2c
1 changed files with 3 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
||||||
.left .content {
|
.left .content {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding-top: 113px;
|
padding-top: 40px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -104,7 +104,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.right .content {
|
.right .content {
|
||||||
padding: 113px 40px 40px 40px;
|
padding: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.right .content h3:first-child {
|
.right .content h3:first-child {
|
||||||
|
@ -114,6 +114,7 @@
|
||||||
@media (min-width: 800px) {
|
@media (min-width: 800px) {
|
||||||
.left {
|
.left {
|
||||||
background-color: var(--bgColor2);
|
background-color: var(--bgColor2);
|
||||||
|
max-width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.home:not(.fullWidth) .leftNav {
|
.home:not(.fullWidth) .leftNav {
|
||||||
|
|
Loading…
Add table
Reference in a new issue