Skip to content

Commit 53c7d4c

Browse files
committed
fix: center
o women data text
1 parent c528ce5 commit 53c7d4c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

website/styles.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,11 @@ h4 {
403403
color: white;
404404
font-size: 18px;
405405
text-align: center;
406-
padding: 20px;
406+
width: 460px;
407+
height: 460px;
408+
display: flex;
409+
align-items: center;
410+
justify-content: center;
407411
}
408412

409413
/* =============================================

0 commit comments

Comments
 (0)