This commit is contained in:
Boof 2023-04-12 11:02:05 +02:00 committed by GitHub
parent 51136abda9
commit 2888825ecf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -12,6 +12,7 @@
<body>
<div class="header">
<h2>Boofdev admin ui</h2>
<button type="button" id="signOutButton"><h3>Sign out</h3></button>
</div>
<div class="mainWrapper">

View File

@ -4,7 +4,10 @@
display: flex;
align-items: center;
gap: 3vw;
margin-left: 7vw;
}
#signOutButton {
margin-left: 90%;
}
.mainWrapper {