Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
DelniaAlipour committed Aug 12, 2023
1 parent 0ca78b3 commit 3c04c55
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions client/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,15 @@ h1 {
}

.video-form {
margin-top: 3rem;
display: flex;
flex-direction: column;
margin-bottom: 1rem;
margin-bottom: 2rem;
}

.video-form input {
width: 60%;
margin: 0 auto;
margin-bottom: 0.5rem;
padding: 0.5rem;
border: 1px solid #ccc;
Expand All @@ -91,11 +94,14 @@ h1 {
background-color: #e64a19;
color: white;
border: none;
padding: 0.5rem;
padding: 0.5rem 1rem;
cursor: pointer;
border-radius: 4px;
transition: background-color 0.2s ease-in-out;
font-family: "Helvetica Neue", sans-serif;
margin: 0 auto;
display: block;
max-width: 100%;
}

.video-form button:hover {
Expand Down

0 comments on commit 3c04c55

Please sign in to comment.