check posts
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-07-13 20:32:42 +10:00
parent fb336375c6
commit c94424d110
2 changed files with 2 additions and 3 deletions

View File

@ -22,7 +22,6 @@
clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%); clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%);
background: red; background: red;
margin-bottom: calc(var(--m) - var(--s)*0.2885); margin-bottom: calc(var(--m) - var(--s)*0.2885);
aspect-ratio: 1 / 1;
} }
.hex-container img:nth-child(odd) { .hex-container img:nth-child(odd) {

View File

@ -8,7 +8,7 @@
<div class="card blue-grey darken-1"> <div class="card blue-grey darken-1">
{% endif %} {% endif %}
<div class="row"> <div class="row">
<div class="col s5"> <div class="col s4">
<div class="card-image"> <div class="card-image">
<!-- <img src="https://loremflickr.com/g/320/240/paris"> --> <!-- <img src="https://loremflickr.com/g/320/240/paris"> -->
@ -19,7 +19,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="col s7"> <div class="col s8">
<div class="card-content white-text"> <div class="card-content white-text">
<span class="card-title">#{{ posto._key }}</span> <span class="card-title">#{{ posto._key }}</span>
<p>{{ posto.texto }}</p> <p>{{ posto.texto }}</p>