forked from p15670423/monkey
ui: Add margin to buttons and remove margin from page title
This commit is contained in:
parent
2894af4640
commit
563f3e7491
|
@ -16,7 +16,7 @@ class RunServerPageComponent extends React.Component {
|
||||||
<Col sm={{offset: 3, span: 9}} md={{offset: 3, span: 9}}
|
<Col sm={{offset: 3, span: 9}} md={{offset: 3, span: 9}}
|
||||||
lg={{offset: 3, span: 9}} xl={{offset: 2, span: 7}}
|
lg={{offset: 3, span: 9}} xl={{offset: 2, span: 7}}
|
||||||
className={'main'}>
|
className={'main'}>
|
||||||
<h1 className="page-title">Get started</h1>
|
<h1 className="page-title" style={{'margin-bottom': '0px'}}>Getting Started</h1>
|
||||||
<div style={{'fontSize': '1.2em'}}>
|
<div style={{'fontSize': '1.2em'}}>
|
||||||
<br/>
|
<br/>
|
||||||
<HomepageCallToActions />
|
<HomepageCallToActions />
|
||||||
|
@ -32,7 +32,7 @@ export default RunServerPageComponent;
|
||||||
|
|
||||||
function HomepageCallToActions() {
|
function HomepageCallToActions() {
|
||||||
return (
|
return (
|
||||||
<section id="homepage-shortcuts">
|
<section id="homepage-shortcuts" style={{'margin-bottom': '20px'}}>
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<Row className="justify-content-center">
|
<Row className="justify-content-center">
|
||||||
<div className="col-lg-4 col-sm-6">
|
<div className="col-lg-4 col-sm-6">
|
||||||
|
|
Loading…
Reference in New Issue