Skip to content

Commit

Permalink
fix(curriculum): style header without .topic-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Jan 31, 2024
1 parent ef8a090 commit 0faa82e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/src/curriculum/module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@
grid-area: icon;
height: 4rem;
width: 4rem;
}

h1 {
grid-area: heading;
margin-bottom: 0;
+ h1 {
grid-area: heading;
margin-bottom: 0;
}
}

p {
Expand Down

0 comments on commit 0faa82e

Please sign in to comment.