Fix the Guardicore logo which is overlaping the landing page buttons on smaller screens
This commit is contained in:
parent
0ecbfdea38
commit
4dbd7b41f5
|
@ -24,12 +24,12 @@ const LandingPageComponent = (props) => {
|
|||
<div className={'scenario-header'}>
|
||||
<ScenarioButtons/>
|
||||
<br/>
|
||||
</div>
|
||||
<br/>
|
||||
<br/>
|
||||
<Col className={'guardicore-logo'}>
|
||||
<Logo/>
|
||||
</Col>
|
||||
</div>
|
||||
<br/>
|
||||
<br/>
|
||||
</Col>
|
||||
|
||||
</>
|
||||
|
@ -95,7 +95,8 @@ function ScenarioInfo() {
|
|||
<>
|
||||
<div className={'scenario-info'}>
|
||||
Check the Infection Monkey documentation hub for more information
|
||||
on <a href='https://www.guardicore.com/infectionmonkey/docs/usage/scenarios/' rel="noopener noreferrer" target="_blank">
|
||||
on <a href='https://www.guardicore.com/infectionmonkey/docs/usage/scenarios/' rel="noopener noreferrer"
|
||||
target="_blank">
|
||||
scenarios
|
||||
</a>.
|
||||
</div>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
.landing-page {
|
||||
background-color: rgba(255, 255, 255, 0.89);
|
||||
position: absolute !important;
|
||||
height: 100%;
|
||||
bottom: 0;
|
||||
}
|
||||
|
@ -27,12 +26,6 @@
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.landing-page .guardicore-logo {
|
||||
position: absolute;
|
||||
bottom: 10px;
|
||||
left: 0 !important;
|
||||
}
|
||||
|
||||
.guardicore-logo .license-text {
|
||||
position: relative;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue