forked from p34709852/monkey
UI: Fix layout on landing page.
This commit is contained in:
parent
61229f259b
commit
eccd1ea5d0
|
@ -14,8 +14,8 @@ const LandingPageComponent = (props) => {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<ParticleBackground/>
|
<ParticleBackground/>
|
||||||
<Col sm={{offset: 3, span: 9}} md={{offset: 3, span: 9}}
|
<Col sm={{offset: 1, span: 10}} md={{offset: 1, span: 10}}
|
||||||
lg={{offset: 3, span: 9}} xl={{offset: 3, span: 6}}
|
lg={{offset: 2, span: 8}} xl={{offset: 3, span: 6}}
|
||||||
className={'landing-page'}>
|
className={'landing-page'}>
|
||||||
<h1 className="page-title">Breach & Attack Simulation</h1>
|
<h1 className="page-title">Breach & Attack Simulation</h1>
|
||||||
<div style={{'fontSize': '1.2em'}}>
|
<div style={{'fontSize': '1.2em'}}>
|
||||||
|
|
Loading…
Reference in New Issue