Skip to content

Commit

Permalink
Merge pull request #12 from Virtual4087/Virtual4087-patch-1
Browse files Browse the repository at this point in the history
Update style.css
  • Loading branch information
Virtual4087 authored Oct 15, 2023
2 parents 5657ef5 + 7d642b3 commit cd276ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ html{
}

.section{
margin-bottom: 3em;
margin-bottom: 5rem;
}

.banner{
Expand Down Expand Up @@ -491,7 +491,7 @@ nav .nav_buttons{

display: flex;
flex-direction: column;
justify-content: space-between;
justify-content: space-around;
}

.footer .upper_part{
Expand Down Expand Up @@ -528,15 +528,15 @@ nav .nav_buttons{
.upper_part .signup {
flex: 1;
display: flex;
/* justify-content: flex-end; */
justify-content: flex-end;
align-items: center;
}

.upper_part .container{
display: flex;
flex-direction: column;
align-items: center;
/* justify-content: flex-end; */
justify-content: flex-end;
gap: 15px;
}

Expand Down

0 comments on commit cd276ee

Please sign in to comment.