mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
#35 fixed container position
This commit is contained in:
parent
f014e0b51e
commit
55b672aadc
2 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,7 @@
|
|||
.container {
|
||||
width: 100%;
|
||||
max-width: $content_width;
|
||||
margin: auto;
|
||||
padding: 0 $gap;
|
||||
box-sizing: border-box;
|
||||
|
||||
@include tablet {
|
||||
padding: 0;
|
||||
|
|
|
@ -17,4 +17,5 @@
|
|||
display: flex;
|
||||
padding-bottom: 29px;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue