update responsive

This commit is contained in:
m.pourmohamadi
2025-08-25 12:14:33 +03:30
parent 6961ffa5e8
commit 2e364e503f
3 changed files with 30 additions and 1 deletions
+15
View File
@@ -121,6 +121,12 @@ html body a:hover {
border-radius: 50px;
margin: 0 10px;
font-weight: 500;
transition: .3s;
&:hover{
background-color: #004dc8;
color: #fff;
}
}
.white-btn {
font-size: 14px;
@@ -130,6 +136,10 @@ html body a:hover {
border-radius: 50px;
margin: 0 10px;
font-weight: 500;
transition: .3s;
&:hover{
color: #000;
}
}
.input-box {
margin-bottom: 25px;
@@ -199,6 +209,11 @@ html body a:hover {
padding: 18.5px 0;
background-color: #0164FF;
border-radius: 50px;
transition: .3s;
&:hover{
background-color: #004dc8;
}
}
}
}