Skip to content

Commit

Permalink
updated style
Browse files Browse the repository at this point in the history
  • Loading branch information
katemat committed Jul 16, 2020
1 parent 455b198 commit dfed9e7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ button {
border-radius: 3px;
color: rgb(4, 61, 46);
margin: 10px;
font-size: 1rem;
font-size: 1.25rem;
width: 100px;
}

Expand All @@ -88,7 +88,10 @@ button:hover {
.buttons {
display: flex;
flex-direction: row;
justify-content: space-between;
justify-content: flex-end;
}
.reserve-btn {
width: 150px;
}

/* Item Details Display Box */
Expand Down

0 comments on commit dfed9e7

Please sign in to comment.