21 lines
247 B
CSS
21 lines
247 B
CSS
.logo {
|
|
max-width: 40%;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.search-box {
|
|
width: 80%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.search_container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.search_container form {
|
|
width: 80%;
|
|
}
|