microgram
microgram copied to clipboard
adding: style="text-align: center" inline to the photos page will center the grid
Here is what finally worked for me:
<link type="text/css" rel="stylesheet" href="https://microgram.cleverdevil.io/css" />
<div id="microgram" style="text-align: center">
loading ...
</div>
<script src="https://microgram.cleverdevil.io/js"></script>
I tried using the custom CSS to change the #microgram div without any success. It took me a long time to even think of trying to change the style inline but it works. You can see it on my photos page.