refact/adjust-header-size (#44)
All checks were successful
Game Ideas deploy / build-test-deploy (push) Successful in 1m25s
All checks were successful
Game Ideas deploy / build-test-deploy (push) Successful in 1m25s
Reviewed-on: #44
This commit was merged in pull request #44.
This commit is contained in:
@@ -7,16 +7,11 @@
|
||||
}
|
||||
|
||||
.search-container {
|
||||
width: 150px;
|
||||
min-width: 150px;
|
||||
min-width: 50px;
|
||||
max-width: 150px;
|
||||
}
|
||||
|
||||
.slider-container {
|
||||
width: 150px;
|
||||
min-width: 150px;
|
||||
}
|
||||
|
||||
.select-container {
|
||||
.slider-container, .select-container {
|
||||
width: 150px;
|
||||
min-width: 150px;
|
||||
}
|
||||
@@ -67,6 +62,10 @@
|
||||
.slider-container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.square-button:first-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1000px) {
|
||||
|
||||
Reference in New Issue
Block a user