set global margin on the main app grid

+ refactor margins and paddings in some components
This commit is contained in:
geoffrey45
2022-08-02 02:43:06 +03:00
parent 8fa0516b56
commit 9e1f73e281
13 changed files with 28 additions and 61 deletions
@@ -8,8 +8,6 @@
<style lang="scss">
.r-home {
height: calc(100% - 1rem);
padding: 0 $small $small 0;
margin-top: $small;
}
</style>