new index

fixed some browser sync settings
new index file
This commit is contained in:
Stephan Hagedorn 2017-09-27 08:27:36 +02:00
parent a4a1fbc14d
commit 010c8953c2
12 changed files with 116 additions and 18 deletions

View file

@ -1,7 +1,7 @@
var w = Math.max(document.documentElement.clientWidth, window.innerWidth || 0);
var h = Math.max(document.documentElement.clientHeight, window.innerHeight || 0);
var full_view_hover = false;
var full_view_hover = true;
var doc_pos_y = 0;
var basic_ease = 600;

View file

@ -164,10 +164,6 @@ div {
}
.box__page {
height: 100vh;
}
.box__info {
padding: $double_space $basic_indent;
border-right: $basic_space solid rgba($echo_color, .6);

View file

@ -41,6 +41,10 @@
height: 1024px;
}
.height_full {
height: 100vh;
}
.txt_center {
text-align: center !important;
}

View file

@ -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);
}