1
0
Fork 0
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:
Fedor Katurov 2021-03-06 21:24:05 +07:00
parent f014e0b51e
commit 55b672aadc
2 changed files with 2 additions and 2 deletions

View file

@ -3,8 +3,7 @@
.container {
width: 100%;
max-width: $content_width;
margin: auto;
padding: 0 $gap;
box-sizing: border-box;
@include tablet {
padding: 0;

View file

@ -17,4 +17,5 @@
display: flex;
padding-bottom: 29px;
flex-direction: column;
align-items: center;
}