Fix horizontal scroll bug
This commit is contained in:
@@ -25,3 +25,9 @@
|
|||||||
#template {
|
#template {
|
||||||
margin-bottom: 10em;
|
margin-bottom: 10em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.columns.is-multiline {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
+2
-2
@@ -28,7 +28,7 @@
|
|||||||
</section>
|
</section>
|
||||||
<hr>
|
<hr>
|
||||||
<section>
|
<section>
|
||||||
<div class="container is-max-widescreen" id="template" hx-boost hx-ext="client-side-templates" style="overflow-x: hidden;">
|
<div class="container is-max-widescreen" id="template" hx-boost hx-ext="client-side-templates">
|
||||||
<div
|
<div
|
||||||
hx-get="http://localhost:1337/api/articles?populate=couverture"
|
hx-get="http://localhost:1337/api/articles?populate=couverture"
|
||||||
hx-trigger="load"
|
hx-trigger="load"
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
<p>Chargement...</p>
|
<p>Chargement...</p>
|
||||||
</div>
|
</div>
|
||||||
<script id="articles" type="x-tmpl-mustache">
|
<script id="articles" type="x-tmpl-mustache">
|
||||||
<div class="columns is-multiline p-5">
|
<div class="columns is-multiline p-3">
|
||||||
{{#data}}
|
{{#data}}
|
||||||
<div class="column is-one-third">
|
<div class="column is-one-third">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
|
|||||||
Reference in New Issue
Block a user