Skip to content

Commit

Permalink
feat(chair)
Browse files Browse the repository at this point in the history
  • Loading branch information
SadraTghvi committed Jul 16, 2024
1 parent 572a30b commit dec014d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heydari"
version = "0.1.29"
version = "0.1.30"
edition = "2021"

[dependencies]
Expand Down
Binary file modified static/image/chair.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion web/style/home/hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ section.hero-container {
}

.hero-img {
width: clamp(0px, 500px, 100%);
width: clamp(0px, 550px, 100%);

object-fit: cover;

Expand Down

0 comments on commit dec014d

Please sign in to comment.