File tree Expand file tree Collapse file tree
apps/remix-ide/src/app/ui/landing-page Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,14 +25,9 @@ let css = csjs`
2525 overflow-y: hidden;
2626 }
2727 .mainContent {
28+ overflow-y: auto;
2829 flex-grow: 3;
2930 }
30- .thisJumboton {
31- padding: 2.5rem 0rem;
32- margin-bottom: 4rem;
33- display: flex;
34- align-items: center;
35- }
3631 .hpLogoContainer {
3732 margin:30px;
3833 padding-right: 90px;
@@ -275,7 +270,7 @@ export class LandingPage extends ViewPlugin {
275270 const container = yo `
276271 <div class="${ css . homeContainer } d-flex" data-id="landingPageHomeContainer">
277272 <div class="${ css . mainContent } bg-light">
278- <div class="border-bottom clearfix py-3 ${ css . thisJumboton } ">
273+ <div class="border-bottom clearfix py-3 align-items-center mb-4 ">
279274 <div class="mx-4 ${ css . logoContainer } ">${ img } </div>
280275 </div>
281276 <div class="row ${ css . hpSections } mx-4" data-id="landingPageHpSections">
You can’t perform that action at this time.
0 commit comments