Skip to content

Commit

Permalink
important toolbar padding (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Oct 12, 2023
1 parent 3e91a5b commit bb2c6fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Client/src/styles/_themed-parts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@
max-width: $maxwidth;
margin-left: auto;
margin-right: auto;
padding: 0 8px;
padding: 0 8px !important;

a {
font-family: "Google Sans", Roboto, Arial, Helvetica, sans-serif;
text-decoration: none;
color: inherit;

Expand Down

0 comments on commit bb2c6fe

Please sign in to comment.