add padding on all edited page

This commit is contained in:
Julien Constant
2023-03-13 12:16:10 +01:00
parent 4c921549c2
commit f13abf5c44
7 changed files with 135 additions and 112 deletions

View File

@ -1,8 +1,11 @@
.main {
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 0 !important;
padding: 10px;
width: 100%;
}