Skip to content

Commit a10fbd1

Browse files
authored
Fix spacing of details (#880)
1 parent 2698fc9 commit a10fbd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/webapp/js/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ h1 {
2626
display: flex;
2727
align-items: center;
2828
gap: 1.5rem;
29-
margin-left: 0.65rem;
30-
margin-bottom: 1.25rem;
29+
margin-left: 0.25rem;
30+
margin-bottom: 0.875rem;
3131
margin-top: -0.25rem;
3232

3333
& > div {

0 commit comments

Comments
 (0)