Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbohacek committed Aug 26, 2021
1 parent 4ff3411 commit 68ff1e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8522,7 +8522,8 @@ body.archive .note .btn, body.archive .card .btn {
.post-thumbnail-date {
font-size: 1.1rem;
color: rgba(255, 255, 255, 0.6);
display: block; }
display: block;
margin-top: 1rem; }

@media (min-width: 860px) {
.post-thumbnail-1-1 .post-thumbnail-title {
Expand Down
2 changes: 1 addition & 1 deletion css/styles.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/styles/blog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
font-size: 1.1rem;
color: rgba(255,255,255,0.6);
display: block;
margin-top: 1rem;
}

.post-thumbnail-1-1{
Expand Down

0 comments on commit 68ff1e1

Please sign in to comment.