Skip to content

Commit

Permalink
containers and buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-sorrentino committed Jul 7, 2024
1 parent 9ad6d52 commit ce78865
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions hushline/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ button,
border: 0px;
background-color: var(--color-brand);
color: white;
padding: .725rem;
padding: .725rem 1rem;
margin: .5rem 0;
line-height: 1;
}
Expand All @@ -484,6 +484,8 @@ header .btn {
min-height: initial;
margin-top: 0;
margin-bottom: 0;
padding-left: .75rem;
padding-right: .75rem;
}

.formBody input[type="submit"],
Expand Down Expand Up @@ -1016,7 +1018,7 @@ p.helper {

.container {
min-width: initial;
padding: 2rem 1rem;
padding: 2rem 1.5rem;
}

header nav ul {
Expand Down

0 comments on commit ce78865

Please sign in to comment.