Skip to content

Commit

Permalink
slim down form borders
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Oct 29, 2024
1 parent 7779e77 commit f3c2fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ body{
.form-control {
border-radius: 2rem;
padding: 0.75rem 1.5rem;
border-width: 3px;
border-width: 2px;
&:focus {
outline: $primary solid 3px;
box-shadow: none;
Expand Down

0 comments on commit f3c2fdc

Please sign in to comment.