1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed grid layout

This commit is contained in:
muerwre 2019-04-04 12:08:36 +07:00
parent debb0640da
commit 6168841f78
8 changed files with 73 additions and 31 deletions

View file

@ -3,7 +3,8 @@
align-items: center;
justify-content: flex-end;
font-weight: 500;
padding: $gap $spc;
//padding: $gap 0;
height: 100px;
}
.logo {
@ -34,6 +35,8 @@
height: $gap;
display: block;
}
&:last-child::after { display: none; }
}
}