Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirezaEb committed Apr 23, 2024
1 parent 6e4b96e commit 01dc909
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions LoginPage-Persian/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Montserrat', sans-serif;
/* font-family: 'Montserrat', sans-serif; */
font-family: 'Iranian Sans', sans-serif;
}

body {
Expand All @@ -29,7 +30,7 @@ body {
}

.container p {
font-size: .9vw;
font-size: .8vw;
line-height: 20px;
letter-spacing: 0.3px;
margin: 20px 0;
Expand Down Expand Up @@ -219,4 +220,4 @@ input {

.container.active .toggle-right {
transform: translateX(200%);
}
}

0 comments on commit 01dc909

Please sign in to comment.