Skip to content

Commit 17314ee

Browse files
Fix accidental use of relative units
1 parent 69a1d1d commit 17314ee

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

JournalApp/Pages/Calendar/CalendarMonth.razor.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
::deep .calendar-month-grid {
99
display: flex;
1010
flex-direction: column;
11-
padding: 0.75em;
11+
padding: 12px;
1212
}
1313

1414
::deep .calendar-day-cell {

JournalApp/wwwroot/app.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,14 @@ body {
120120
}
121121

122122
.mud-dialog {
123-
padding: 0.75em !important;
124-
gap: 0.75em !important;
123+
padding: 12px !important;
124+
gap: 12px !important;
125125
border-radius: 28px;
126126
}
127127

128128
.mud-card {
129-
padding: 0.75em !important;
130-
gap: 0.75em !important;
129+
padding: 12px !important;
130+
gap: 12px !important;
131131
border-radius: 12px;
132132
}
133133

0 commit comments

Comments
 (0)