5 lines
62 B
CSS
5 lines
62 B
CSS
|
.g-search {
|
||
|
width: calc(100% - 2rem);
|
||
|
max-width: 600px;
|
||
|
}
|