We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9953a commit 75a0293Copy full SHA for 75a0293
static/admin/index.html
@@ -6,6 +6,13 @@
6
<title>Content Manager</title>
7
<!-- Include the script that enables Netlify Identity on this page. -->
8
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
9
+ <style>
10
+ img {
11
+ display: block;
12
+ margin-left: auto;
13
+ margin-right: auto;
14
+ }
15
+ </style>
16
</head>
17
<body>
18
<!-- Include the script that builds the page and powers Netlify CMS -->
0 commit comments