1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-28 14:16:41 +07:00

fixed title alignment

This commit is contained in:
Fedor Katurov 2022-07-14 15:19:30 +07:00
parent 5c9357f83f
commit 7608fe0d29
2 changed files with 4 additions and 3 deletions

View file

@ -2,7 +2,7 @@
@import "src/styles/mixins";
@mixin button {
margin: 0 $gap;
margin: 12px $gap 0 $gap;
cursor: pointer;
display: flex;
align-items: center;