diff --git a/Cargo.toml b/Cargo.toml index e2a7398..8e18e7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heydari" -version = "0.1.32" +version = "0.1.33" edition = "2021" [dependencies] diff --git a/web/style/layout/footer.scss b/web/style/layout/footer.scss index 35a240b..2f2f3e6 100644 --- a/web/style/layout/footer.scss +++ b/web/style/layout/footer.scss @@ -49,10 +49,9 @@ footer.footer-container { cursor: pointer; &.address { - .header-wrapper { - .data { - font-weight: bold; - } + .data { + font-family: 'iranBold'; + direction: rtl; } }