Added logout button to image view.

This commit is contained in:
2023-08-23 22:01:09 -04:00
parent 72513f2f6d
commit 01cebe36ed
2 changed files with 14 additions and 0 deletions

View File

@@ -88,6 +88,10 @@ body {
margin-right: 2em;
}
.ml-4 {
margin-left: 4em;
}
.ml-2 {
margin-left: 2em;
}