mirror of
https://github.com/JonasunderscoreJones/jonasjones.dev.git
synced 2025-10-23 17:09:19 +02:00
fixed padding issues (again)
This commit is contained in:
parent
4619fb93a3
commit
01ef73a470
1 changed files with 4 additions and 1 deletions
|
@ -20,7 +20,8 @@ body {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: 'sary_soft_semiboldregular';
|
||||
color: rgb(0, 255, 0)
|
||||
color: rgb(0, 255, 0);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.parallax-background {
|
||||
|
@ -44,6 +45,8 @@ body {
|
|||
align-items: center;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
padding-right: 50px;
|
||||
padding-left: 50px;
|
||||
}
|
||||
|
||||
.image-wrapper {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue