From 1ab118576c8d70aaa7f1a723ccdcf99df96f56b7 Mon Sep 17 00:00:00 2001 From: sadra Date: Sat, 20 Jul 2024 13:40:57 +0330 Subject: [PATCH] release: 0.1.33 --- Cargo.toml | 2 +- web/style/layout/footer.scss | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) 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; } }