Skip to content

Commit

Permalink
fix: removing uneeded styles
Browse files Browse the repository at this point in the history
  • Loading branch information
runrog committed Sep 6, 2020
1 parent 3947ac1 commit a88c934
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/droplets/blog-grid/themes/default/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

.drzBlog-grid-inner {
.drzClearFix;
display: inline-block;
height: 100%;
text-decoration: none;
}
Expand All @@ -31,22 +30,19 @@
}

.drzBlog-grid-title {
color: fade(@black, 60%);
display: block;
font-size: 13pt;
font-weight: 600;
margin-bottom: 5px;
}

.drzBlog-grid-date {
color: fade(@black, 40%);
display: block;
font-size: 10pt;
font-weight: 300;
}

.drzBlog-grid-preview {
color: fade(@black, 50%);
font-size: 11pt;
font-weight: 300;
margin: 8px 0;
Expand Down

0 comments on commit a88c934

Please sign in to comment.