mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 10:06:53 +08:00
Fix markup
This commit is contained in:
parent
1551197c06
commit
d48e8dfeac
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
// scss-lint:disable SelectorDepth NestingDepth IdSelector
|
||||
|
||||
.sign-in-layout {
|
||||
#content-wrapper {
|
||||
margin-left: 0;
|
||||
|
@ -11,8 +13,8 @@
|
|||
display: flex;
|
||||
|
||||
.sign-in-form-wrapper {
|
||||
flex-grow: 1;
|
||||
flex-basis: 50%;
|
||||
flex-grow: 1;
|
||||
|
||||
.center-block-narrow {
|
||||
margin-top: 72px;
|
||||
|
|
Loading…
Reference in a new issue