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:
parent
debb0640da
commit
6168841f78
8 changed files with 73 additions and 31 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue