| | |
| | | } |
| | | |
| | | & > #search-space { |
| | | width: 50%; |
| | | width: 75%; |
| | | margin-top: 12vh; |
| | | margin-left: auto; |
| | | margin-right: auto; |
| | | |
| | | @media all and (max-width: $fullPageWidth) { |
| | | width: 90%; |
| | | } |
| | | |
| | | & > * { |
| | | width: 100%; |
| | | border-radius: 5px; |
| | |
| | | border: 1px solid var(--lightgray); |
| | | |
| | | & > div { |
| | | height: calc(75vh - 20em); |
| | | // vh - #search-space.margin-top |
| | | height: calc(75vh - 12vh); |
| | | background: none; |
| | | |
| | | &:first-child { |
| | |
| | | 0 14px 50px rgba(27, 33, 48, 0.12), |
| | | 0 10px 30px rgba(27, 33, 48, 0.16); |
| | | } |
| | | |
| | | a.internal { |
| | | background-color: none; |
| | | } |
| | | } |
| | | |
| | | & > #results-container { |