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:
parent
fc8ac3d541
commit
e3d6f60850
2 changed files with 9 additions and 3 deletions
src/containers/examples/ImageExample
|
@ -28,6 +28,11 @@
|
|||
display: flex;
|
||||
align-items: flex-start;
|
||||
justify-content: flex-start;
|
||||
padding-left: $gap;
|
||||
|
||||
@include tablet {
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.node {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue