Added a 1rem gap in the right area in the ManageArea.jsx

This commit is contained in:
2023-01-01 04:36:44 +01:00
parent 635280c94f
commit fc49c754fa

View File

@ -4,4 +4,8 @@
margin-top: 2rem margin-top: 2rem
display: flex display: flex
justify-content: space-between justify-content: space-between
align-items: center align-items: center
.manage-area .right-area
display: flex
gap: 1rem