Skip to content

Commit

Permalink
release: 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SadraTghvi committed Oct 27, 2024
1 parent ff3604a commit 5fa7185
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.2
1.6.3
5 changes: 4 additions & 1 deletion web/style/blog/blog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
padding: 1em;
}

> div {
div {
width: 90%;

display: flex;
Expand Down Expand Up @@ -304,6 +304,8 @@
text-align: center;
width: 90%;

font-size: clamp(0.7rem, 0.4rem + 1.4vw, 0.9rem);

display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
Expand All @@ -322,6 +324,7 @@
background: var(--sixty-percent);

font-family: 'iranBold';
font-size: clamp(0.8rem, 0.4rem + 1.6vw, 1rem);
}
}
}
Expand Down

0 comments on commit 5fa7185

Please sign in to comment.