fix comment block padding

This commit is contained in:
ghost 2023-08-29 13:51:17 +03:00
parent a6c4f70580
commit c200507844
2 changed files with 9 additions and 1 deletions

View file

@ -142,11 +142,19 @@
padding: 8px;
}
.padding-b-8 {
padding-bottom: 8px;
}
.padding-y-8 {
padding-top: 8px;
padding-bottom: 8px;
}
.padding-t-16 {
padding-top: 16px;
}
.padding-x-16 {
padding-left: 16px;
padding-right: 16px;