Skip to content

Commit

Permalink
style(content): delete unnecessary styles
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Jul 17, 2023
1 parent 20c2fe0 commit 8af9e3e
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions styles/components/content.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,6 @@
display: inline-block;
vertical-align: top;

.content-header {
.content-title {
margin: 0;
word-break: initial;
overflow: hidden;
font-weight: normal;

&:hover {
text-decoration: none;
}
}
}
.content-meta {
line-height: 1.5em;
font-size: map-get($font-size, small);
font-weight: 400;
color: map-get($basic-colors, light);

a {
color: map-get($basic-colors, light);
}
}
.content-main {
text-rendering: optimizelegibility;
letter-spacing: 0.03em;
Expand Down

0 comments on commit 8af9e3e

Please sign in to comment.