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

#23 made sample lab layout

This commit is contained in:
Fedor Katurov 2021-03-12 14:16:45 +07:00
parent 3aa2d4f609
commit 05b4ed19c6
9 changed files with 123 additions and 2 deletions

View file

@ -9,3 +9,12 @@
.panel {
margin-top: -7px;
}
.tags {
display: flex;
flex-wrap: wrap;
& > * {
margin: 0 $gap $gap 0;
}
}