Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 866 Bytes

admin.md

File metadata and controls

55 lines (37 loc) · 866 Bytes
<style>

.adminsquares > * { border: 1px solid #c9ff23; border-radius: 5px; padding: 0px; flex-grow:1; overflow: hidden; transition: all 300ms ease-in-out;

&:hover { flex-grow: 6.3;

}

}

.adminsquares { display: flex; flex-flow: row wrap;

padding: 15px; gap: 5px; height: auto; }

.adminsquares img { width: 100%; }

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

{% endfor %}