bugfix: css properties need units

just 0 works without ;)
This commit is contained in:
Dominik Richter 2016-09-23 15:27:15 +02:00
parent 959509fd70
commit 62fff7d445

View file

@ -1,7 +1,7 @@
.tutorial-nav {
display: inline-block;
position: fixed;
top: 10;
top: 10px;
right: 0;
width: 150px;
height: 60px;
@ -24,7 +24,7 @@ img {
width: 100px;
padding-bottom: 5px;
position: fixed;
bottom: 10;
bottom: 10px;
right: 30px;
z-index: 100;
}