Skip to content

Commit 61bb7b9

Browse files
committed
css
1 parent ce01fbf commit 61bb7b9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Stratum/login/profile.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
.rank-badge {
8484
background: var(--moss-green);
8585
color: var(--cream);
86-
padding: 0.25rem 0.75rem;
86+
padding: 0.25rem;
8787
border-radius: 4px;
8888
font-size: 0.9em;
8989
display: inline-flex;
@@ -98,6 +98,9 @@
9898
background: var(--forest-green);
9999
color: var(--cream);
100100
border: none;
101+
display: flex;
102+
align-items: center;
103+
justify-content: center;
101104
padding: 0.5rem;
102105
border-radius: 4px;
103106
font-family: "Special Elite", system-ui;

0 commit comments

Comments
 (0)