11 lines
120 B
CSS
11 lines
120 B
CSS
.logo {
|
|
max-width: 40%;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.search-box {
|
|
width: 80%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|