Skip to content

Commit

Permalink
remove h1 margin
Browse files Browse the repository at this point in the history
  • Loading branch information
dt2patel committed Nov 30, 2023
1 parent 0e22f46 commit 14b12e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/FacilityManagement.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ ion-card:hover {
box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.20), 0px 6px 30px 0px rgba(0, 0, 0, 0.12), 0px 16px 24px 0px rgba(0, 0, 0, 0.14);
}
ion-item > h1 {
margin: unset;
}
main {
display: grid;
place-content: center;
Expand Down

0 comments on commit 14b12e1

Please sign in to comment.