Skip to content

Commit 134c9f9

Browse files
Merge pull request #116 from JumboCode/75-will
notes number of chars styling fixed
2 parents ca82522 + da8a693 commit 134c9f9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

frontend/src/app/components/AddPage.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,11 @@
402402
}
403403

404404

405-
.notesName {
405+
.notesName {
406+
display: flex;
407+
justify-content: space-between;
408+
align-items: center;
409+
406410
color: #000;
407411
font-family: Akatab;
408412
font-size: 1.2rem;

0 commit comments

Comments
 (0)