1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	src/layouts/LabLayout/index.tsx
This commit is contained in:
Fedor Katurov 2021-03-26 12:40:13 +07:00
commit 4b542e0291
4 changed files with 4 additions and 9 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;
}