Commit d5a4fb3c authored by Antek Grzanka's avatar Antek Grzanka

Fixed #97

parent 466a3556
body {
background: url('/statics/img/bkg.jpg');
background: url('/statics/img/bkg.jpg') bottom right fixed no-repeat;
color: white;
background-position: bottom right;
height: 100vh;
}
......
......@@ -70,7 +70,7 @@
</div>
</div>
<div class="col s12 m4" style="text-align:center">
<img class="responsive-img" src="http://lorempixel.com/400/300/?{{task.random}}"/>
<img class="responsive-img" style="position:relative" src="http://lorempixel.com/400/300/?{{task.random}}"/>
<a class="waves-effect waves-light btn" target="_blank" href="{{apiAddress}}/task/{{task.level}}/"
style="width:100%;margin-top:15px">Otwórz stronę z zadaniem</a>
</div>
......
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