Skip to content

Commit

Permalink
Refs #140518 - Improve layout for landing page.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 16, 2021
1 parent 94d12cf commit b123b01
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ div#page-document {
background-color: white;

&.landing-page {
div.landing-page-container {
div.landing-page {
max-width: 80%;
margin: auto !important;
}
}

div.twelve.wide {
padding-right: 0px;
padding-left: 0px;
Expand Down Expand Up @@ -1233,6 +1240,16 @@ div.ui.modal.facet {
}
}

@media only screen and (max-width: 1200px) {
div.searchapp.landing-page {
div.landing-page-container {
div.landing-page {
max-width: 100% !important;
}
}
}
}

@media only screen and (max-width: 400px) {
div.searchapp.landing-page {
div.landing-page-container {
Expand Down

0 comments on commit b123b01

Please sign in to comment.