new index
fixed some browser sync settings new index file
This commit is contained in:
parent
a4a1fbc14d
commit
010c8953c2
12 changed files with 116 additions and 18 deletions
|
|
@ -174,3 +174,18 @@
|
|||
background-color: rgba($basic_front_color, .2);
|
||||
}
|
||||
}
|
||||
|
||||
// Index
|
||||
// -----------------------------------------------------------------------------
|
||||
.wrap {
|
||||
display: flex;
|
||||
height: 100%;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.hello {
|
||||
flex: 0 1 auto;
|
||||
padding: 1em 5em;
|
||||
background-color: rgba(black, .25);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue