Skip to content

Commit

Permalink
Update application.css
Browse files Browse the repository at this point in the history
  • Loading branch information
cherelemma committed Jul 8, 2023
1 parent ebae417 commit f2a3d85
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,19 +104,19 @@ a {
align-self: center;
}

button {
border-bottom: 5px solid black;
border-right: 3px solid black;
border-radius: 5px;
}

.btn-link,
.btn-link button {
cursor: pointer;
padding: 5px;
font-size: 15px;
}

button {
border-bottom: 5px solid black;
border-right: 3px solid black;
border-radius: 5px;
}

.post-form,
.comment-form {
width: 60%;
Expand Down Expand Up @@ -153,4 +153,4 @@ button {
flex-direction: row;
gap: 1rem;
margin: 1rem 0;
}
}

0 comments on commit f2a3d85

Please sign in to comment.