Commit 663f4367 authored by Patrick's avatar Patrick
Browse files

revert...

parent e89c0133
......@@ -249,8 +249,8 @@
h1.sticky {
position: -webkit-sticky;
position: sticky;
height:2em;
top: 0em;
height:35px;
top: 30px;
font-size: 20px;
padding:5px;
padding-bottom:15px;
......@@ -263,7 +263,6 @@ div.tour-top-navi {
position: -webkit-sticky;
position: sticky;
height:30px;
float:right;
top:0;
margin-bottom:10px;
background-color: white;
......
......@@ -133,7 +133,7 @@ div.title-fill {
top: 10%;
left: 0;
bottom: 0;
padding: 0rem 2rem 1rem 0.5rem;
padding: 3rem 2rem 1rem 3rem;
}
#story-frame.tour-stop {
top: 100%;
......@@ -223,7 +223,7 @@ div.title-fill {
/* tour-frame */
#tour-frame{
/* position: absolute; */
position: absolute;
top: 1rem;
bottom: 1rem;
left: 0;
......@@ -311,33 +311,6 @@ div.title-fill {
.tour-inactive > #tour-button > i:before{
content: "\f060";
}
@media screen and (max-width:48em /*768px*/) {
h1.sticky {
position: -webkit-sticky;
position: relative;
height:2em;
top: 0em;
font-size: 20px;
padding:5px;
padding-bottom:15px;
background-color: white;
z-index: 99;
}
div.tour-top-navi {
position: -webkit-sticky;
position: relative;
height:30px;
float:right;
top:0;
margin-bottom:10px;
background-color: white;
padding-left:10px;
margin:0px;
}
}
@media screen and (min-width:48em /*768px*/) {
.vcs_map_container{
bottom: 0px;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment