Style improvements in home, navigation, and footer

This commit is contained in:
vjrj 2018-01-25 12:54:01 +01:00
parent f76abc7c89
commit ce18aab493
21 changed files with 215 additions and 118 deletions

View file

@ -164,17 +164,18 @@ class SelectionMap extends Component {
<Row>
<Col xs={12} sm={12} md={12} lg={12}>
<Map
className="selectionmap-leaflet-container"
center={this.state.center}
zoom={this.state.zoom}
ref={(map) => {
this.selectionMap = map;
this.handleLeafletLoad(map);
}}
zoom={this.state.zoom}
center={this.state.center}
className="selectionmap-leaflet-container"
onViewportChanged={this.onViewportChanged}
animate
sleep={window.location.pathname === '/'}
sleepTime={10750}
wakeTime={750}
onViewportChanged={this.onViewportChanged}
sleepNote
hoverToWake={false}
wakeMessage={t('Pulsa para activar')}

View file

@ -2,7 +2,7 @@
.selectionmap-leaflet-container {
height: 100%;
min-height: 60vh;
min-height: 65vh;
width: 100%;
/* min-width: 75vw; */
display: flex;