Remove extra padding at top of home page
This commit is contained in:
parent
4385301cfb
commit
6389899f63
1 changed files with 1 additions and 2 deletions
|
@ -42,7 +42,6 @@
|
|||
.left .content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-top: 40px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
|
@ -90,7 +89,7 @@
|
|||
}
|
||||
|
||||
.right .content {
|
||||
padding: 40px;
|
||||
padding: 0 40px 40px 40px;
|
||||
}
|
||||
|
||||
.right .content h3:first-child {
|
||||
|
|
Loading…
Reference in a new issue