Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Weltraumakustik committed Jan 27, 2024
1 parent e3412c2 commit ba0aa45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/banner/Cutdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ const props = defineProps({
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 19.6px */
margin: 0;
line-height: 140% !important; /* 19.6px */
margin: 0 !important;
}
.cutdown_content {
Expand Down

0 comments on commit ba0aa45

Please sign in to comment.