mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed desktop margin top on lab and flow
This commit is contained in:
parent
61326f237f
commit
c0c3b3af6a
3 changed files with 8 additions and 0 deletions
|
@ -32,6 +32,11 @@
|
|||
.container {
|
||||
width: 100%;
|
||||
max-width: $content_width;
|
||||
margin-top: $page_top_offset;
|
||||
|
||||
@include tablet {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
&.fluid {
|
||||
max-width: 100vw;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue