Skip to content

Commit

Permalink
fix: adjust margin-top for first child in Material styles
Browse files Browse the repository at this point in the history
  • Loading branch information
moeyua authored and Tsuk1ko committed Jan 6, 2025
1 parent 3e54ec1 commit 4a8a719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Material/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ $highlight-colors-dark: #eee, #e6ee9c, #90caf9, #b39ddb, #fff59d;
margin-right: 8px;
}
&:first-child h5 {
margin-top: 0;
margin-top: 8px;
}
.num-item {
margin: 0 8px 8px 0;
Expand Down

0 comments on commit 4a8a719

Please sign in to comment.