Skip to content

Commit

Permalink
release: 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
SadraTghvi committed Oct 12, 2024
1 parent 3fda8b0 commit 1a543f9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.11
1.0.12
19 changes: 17 additions & 2 deletions ssr/style/blog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@

padding: 4rem 2rem;

figure {
article {
flex-shrink: 0;

width: clamp(0px, 100%, 400px);
Expand Down Expand Up @@ -234,9 +234,24 @@
box-shadow: 0px 5px 20px -10px black;
}

p {
h2 {
font-family: var(--simurgh--font-title);
font-size: var(--simurgh--size-title-title);
margin-top: -2em;
text-align: center;
padding: 1em;
}

p {
text-align: center;
width: 90%;
font-size: var(--simurgh--size-title-title-description);
font-family: var(--simurgh--font-description);
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
line-height: 1.8em;
overflow: hidden;
}

> div {
Expand Down

0 comments on commit 1a543f9

Please sign in to comment.