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
+14
View File
@@ -106,6 +106,11 @@ html body a:hover {
border-radius: 50px;
margin: 0 10px;
font-weight: 500;
transition: 0.3s;
}
.blue-btn:hover {
background-color: #004dc8;
color: #fff;
}
.white-btn {
@@ -116,6 +121,10 @@ html body a:hover {
border-radius: 50px;
margin: 0 10px;
font-weight: 500;
transition: 0.3s;
}
.white-btn:hover {
color: #000;
}
.input-box {
@@ -177,6 +186,11 @@ html body a:hover {
padding: 18.5px 0;
background-color: #0164FF;
border-radius: 50px;
transition: 0.3s;
}
.input-box.submit input[type=submit]:hover,
.input-box.submit button:hover {
background-color: #004dc8;
}
.select-box select {