Fix archive icon alignment
this bugged me lol
This commit is contained in:
parent
c2eda4c747
commit
55ba70a343
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
h2.modal-title {
|
h2.modal-title {
|
||||||
|
display: flex;
|
||||||
|
gap: 0.25em;
|
||||||
|
align-items: center;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue