Skip to content

Commit

Permalink
feat(blog)
Browse files Browse the repository at this point in the history
  • Loading branch information
SadraTghvi committed Oct 27, 2024
1 parent f908a7b commit 43650cf
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.7
1.6.0
35 changes: 35 additions & 0 deletions web/style/blog/blog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,41 @@
}
}

.simurgh--blog-options {
display: flex;
align-items: center;
justify-content: space-around;
flex-wrap: wrap;
column-gap: 1em;
row-gap: 1.5em;
width: 100%;
margin: 3em 0;

@media screen and (max-width: 768px) {
flex-direction: column;
}

.simurgh--blog-option {
display: flex;
align-items: center;
gap: 0.5em;

font-size: clamp(0.8rem, 0.4rem + 1.6vw, 1rem);
font-family: 'yekan';

> div {
display: flex;
align-items: center;
gap: 0.5em;

svg {
width: 22px;
height: 22px;
}
}
}
}

img.simurgh--blog-thumbnail {
width: 100%;
max-height: 350px;
Expand Down

0 comments on commit 43650cf

Please sign in to comment.