Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 803 Bytes

admin.md

File metadata and controls

48 lines (35 loc) · 803 Bytes
<style> .adminsquares > * { border: 1px solid #c9ff23; border-radius: 5px; padding: 0px; flex: 1 1 100px; overflow: hidden; }

.adminsquares { display: flex; flex-flow: row wrap; padding: 15px; gap: 5px; width:100%; height: auto; }

.adminsquares img { width: 100%; }

</style>
{% for post in site.posts %}

{% endfor %}