UI: align footer author to the right
This commit is contained in:
parent
c29eaa897b
commit
b2acf44054
|
|
@ -168,10 +168,9 @@ h2 {
|
||||||
margin-top: 14px;
|
margin-top: 14px;
|
||||||
color: var(--muted);
|
color: var(--muted);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: flex-end;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
flex-wrap: wrap;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-author {
|
.footer-author {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user