Skip to content

Commit 75a0293

Browse files
committed
refactor(cms): center custom netlify cms logo
1 parent df9953a commit 75a0293

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

static/admin/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
<title>Content Manager</title>
77
<!-- Include the script that enables Netlify Identity on this page. -->
88
<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>
916
</head>
1017
<body>
1118
<!-- Include the script that builds the page and powers Netlify CMS -->

0 commit comments

Comments
 (0)