Skip to content

Commit

Permalink
release: 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SadraTghvi committed Oct 27, 2024
1 parent 5fa7185 commit 359c3ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.3
1.6.4
11 changes: 4 additions & 7 deletions web/style/blog/blog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
@media screen and (max-width: 1024px) {
padding: 7vh 1rem;
}
@media screen and (max-width: 1024px) {
padding: 7vh 5vw;
}
}

.simurgh--blog-options {
Expand Down Expand Up @@ -184,7 +181,6 @@
font-size: clamp(1.6rem, 2.9vw + 1.3rem, 2.8rem);
font-family: 'iranBold';

margin-bottom: 2em;
margin-top: 4em;
}

Expand All @@ -199,6 +195,7 @@
article {
flex-shrink: 0;
width: clamp(0px, 100%, 400px);
min-height: 600px;
aspect-ratio: 0.8 / 1;
display: flex;
align-items: center;
Expand All @@ -224,6 +221,9 @@
margin-top: -2em;
text-align: center;
padding: 1em;

max-height: 100px;
overflow: hidden;
}

div {
Expand All @@ -248,9 +248,6 @@

transition: 0.5s ease;

@media screen and (max-width: 768px) {
color: white;
}
svg {
fill: white;
}
Expand Down

0 comments on commit 359c3ae

Please sign in to comment.