Skip to content

Commit d50e81a

Browse files
authored
style: logout button
1 parent 4174730 commit d50e81a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

server/src/main/resources/templates/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@
122122
font-size: 0.875rem;
123123
text-decoration: none;
124124
transition: var(--transition);
125+
display: flex;
126+
align-items: center;
127+
justify-content: center;
128+
gap: 10px;
125129
}
126130

127131
.logout-button:hover {
@@ -545,4 +549,4 @@ <h3>Usage</h3>
545549
}
546550
</script>
547551
</body>
548-
</html>
552+
</html>

0 commit comments

Comments
 (0)