This commit is contained in:
2024-06-03 16:41:31 +02:00
parent 22222bc154
commit e16c7995c4
8 changed files with 68 additions and 18 deletions

View File

@@ -95,6 +95,12 @@ input::placeholder {
font-size: 14px;
}
.logo-img{
cursor:pointer;
}
@media only screen and (min-width: 768px) {
form {
width: 229px !important;
@@ -175,4 +181,10 @@ input::placeholder {
header{
padding: 0 96px !important;
}
.logo-img{
width: 174px;
height: 39px;
cursor:pointer;
}
}