1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-05-05 09:36:41 +07:00

fixed node header

This commit is contained in:
muerwre 2019-08-20 21:53:50 +07:00
parent fc8ac3d541
commit e3d6f60850
2 changed files with 9 additions and 3 deletions
src/containers/examples/ImageExample

View file

@ -28,6 +28,11 @@
display: flex;
align-items: flex-start;
justify-content: flex-start;
padding-left: $gap;
@include tablet {
padding-left: 0;
}
}
.node {