Skip to content

Commit

Permalink
minor padding changes on header and forms
Browse files Browse the repository at this point in the history
  • Loading branch information
okrayum committed Jul 24, 2024
1 parent b016ec1 commit 0bdb938
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/src/components/NavBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ header {
padding: 0 1.5rem;
background-color: var(--mainColor);
color: var(--textColor);
height: 8.5rem;
height: 7rem;
width: 100%;
}

Expand Down
4 changes: 3 additions & 1 deletion client/src/pages/donate/Donate.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.donation-container {
margin-top: .5rem;
display: flex;
flex-direction: column;
align-items: center;
Expand All @@ -19,12 +20,13 @@
}

.donate-content-div p {
padding: 1rem;
padding: .75rem;
text-align: justify;
}

.donate-address-div {
display: none;
width: 40%;
}

@media only screen and
Expand Down
4 changes: 2 additions & 2 deletions client/src/pages/donate/Donate.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const Donate = () => {
<div className='donate-address-div'>
<p>To mail or drop off donations:<br />
Shorty's Rescue<br />
5454 W Shorty Dr<br />
Arizona, AZ 88800
555 W Shorty Dr<br />
Anyplace, AZ 88888
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/home/Home.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.title_home {
text-align: center;
font-size: 7vh;
margin-top: 5%;
margin-top: 2%;
margin-bottom: 5%;
}

0 comments on commit 0bdb938

Please sign in to comment.