reduced top margin

This commit is contained in:
2023-05-08 15:16:50 +10:00
parent a85c4bf115
commit ffcf823a7f

View File

@@ -19,7 +19,7 @@ const selectedLabel = inject("selectedLabel");
<style lang="scss">
.tab-content {
padding: 32px 32px 16px 32px;
padding: 16px 32px 16px 32px;
background-color: var(--tab-color);
border-width: 0 1px 1px 1px;
border-style: solid;