better display on small screen (?)
This commit is contained in:
parent
cf9810ddbf
commit
595489978d
1 changed files with 2 additions and 2 deletions
|
|
@ -10,14 +10,14 @@ let f request =
|
||||||
<h1>Babillard is love ❤️</h1>
|
<h1>Babillard is love ❤️</h1>
|
||||||
<br />
|
<br />
|
||||||
<div class="row mb-3">
|
<div class="row mb-3">
|
||||||
<div class="col-md-6">
|
<div class="col-lg-6 col-md-12">
|
||||||
<div id="map"></div>
|
<div id="map"></div>
|
||||||
<br />
|
<br />
|
||||||
<button class="btn btn-primary" id="geolocalize">Geolocalize me</button>
|
<button class="btn btn-primary" id="geolocalize">Geolocalize me</button>
|
||||||
<button class="btn btn-primary off" id="return-button">Return</button>
|
<button class="btn btn-primary off" id="return-button">Return</button>
|
||||||
<%s! new_thread_button %>
|
<%s! new_thread_button %>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-lg-6 col-md-12">
|
||||||
|
|
||||||
<div class="thread-preview on" id="thread-preview"></div>
|
<div class="thread-preview on" id="thread-preview"></div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue