Skip to content

Commit

Permalink
reduce top padding reserved for headers
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalmers committed Oct 12, 2024
1 parent b3cc1b3 commit 155e139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JournalApp/wwwroot/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ h1, h2, h3, h4, h5, h6 {

.mud-dialog-title, .mud-card-header {
padding: 0 !important;
padding-top: 1em !important;
padding-top: 0.5em !important;
}

.mud-dialog-content, .mud-card-content {
Expand Down

0 comments on commit 155e139

Please sign in to comment.