Skip to content

Commit

Permalink
css(language botton alignment)
Browse files Browse the repository at this point in the history
  • Loading branch information
amiraryan1996 committed Oct 1, 2024
1 parent eb865d7 commit 4ed9732
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions styles/english.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ header {

.language-dropdown {
cursor: pointer;
transform: translate(-20px, 0px);
}

.language-dropdown .dropdown-content {
Expand Down
5 changes: 4 additions & 1 deletion styles/farsi.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
body {
font-family: 'Vazirmatn', Arial, sans-serif;
font-family: "Vazirmatn", Arial, sans-serif;
}
header .container,
nav {
flex-direction: row-reverse;
}
.language-dropdown {
transform: translate(20px, 0px);
}

.about-section {
@media only screen and (min-width: 1024px) {
Expand Down

0 comments on commit 4ed9732

Please sign in to comment.