microgram icon indicating copy to clipboard operation
microgram copied to clipboard

adding: style="text-align: center" inline to the photos page will center the grid

Open uncrtn opened this issue 7 years ago • 0 comments

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.

uncrtn avatar Feb 12 '19 22:02 uncrtn