12 lines
160 B
CSS
12 lines
160 B
CSS
|
#searchButton button {
|
||
|
margin-top: 0.6em;
|
||
|
border: none;
|
||
|
}
|
||
|
#searchButton i {
|
||
|
font-size: 180%;
|
||
|
}
|
||
|
#searchButton {
|
||
|
display: flex;
|
||
|
justify-content: flex-end;
|
||
|
}
|