better display on small screen (?)

This commit is contained in:
Swrup 2022-02-27 23:31:56 +01:00
parent cf9810ddbf
commit 595489978d

View file

@ -10,14 +10,14 @@ let f request =
<h1>Babillard is love ❤️</h1>
<br />
<div class="row mb-3">
<div class="col-md-6">
<div class="col-lg-6 col-md-12">
<div id="map"></div>
<br />
<button class="btn btn-primary" id="geolocalize">Geolocalize me</button>
<button class="btn btn-primary off" id="return-button">Return</button>
<%s! new_thread_button %>
</div>
<div class="col-md-6">
<div class="col-lg-6 col-md-12">
<div class="thread-preview on" id="thread-preview"></div>