commit jun 6

This commit is contained in:
2024-06-07 16:54:29 +02:00
parent 11271513ea
commit 11af19a797
9 changed files with 888 additions and 69 deletions

View File

@@ -1,6 +1,7 @@
.search-news{
padding-top: 48px;
margin-top: 24px;
margin: 24px 15px 0 15px;
border-top: 1px solid #e0e0e8;
.search-news-form{
.search-news-input{
@@ -27,7 +28,27 @@
border-radius: 29px;
font-size: large;
height: 57px;
cursor:pointer;
}
.search-news-icon:hover{
background-color: #333333;
transition: 0.3s;
}
}
}
}
@media only screen and (min-width:768px) {
.search-news{
margin-top: 48px;
margin-left: 60px ;
margin-right: 60px;
.search-news-input{
width: 90% !important;
}
}
}