Skip to content

Commit

Permalink
#fix: styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
su-docker committed May 21, 2024
1 parent 9deeab3 commit 4597996
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2815,7 +2815,7 @@ input[type="button"].small,
background-repeat: repeat-x, repeat, no-repeat;
background-size: 3200px 460px, auto, cover;
color: rgba(255, 255, 255, 0.8);
padding: 10em 0 15em 0;
padding: 6em 0 10em 0;
position: relative;
text-align: center;
}
Expand Down Expand Up @@ -3038,7 +3038,7 @@ input[type="button"].small,
/* Main */

#main {
padding: 6em 0 5em 0;
padding: 3em 0 5em 0;
position: relative;
z-index: 1;
}
Expand Down Expand Up @@ -3186,7 +3186,7 @@ input[type="button"].small,
background-image: url("images/bottom-1600.svg");
background-size: 1600px 230px;
margin-top: -100px;
padding: calc(230px + 4em) 0 6em 0;
padding: calc(230px + 4em) 0 3em 0;
}

#footer:before {
Expand Down

0 comments on commit 4597996

Please sign in to comment.