diff --git a/site/vue/css/style.css b/site/vue/css/style.css index 16d2996..f5207c4 100644 --- a/site/vue/css/style.css +++ b/site/vue/css/style.css @@ -79,6 +79,18 @@ body { .fa-cog:hover { font-size: 6vh; } +.fa-trophy { + font-size: 5vh; + position: absolute; + left: 0; + bottom: 0; + margin: 4vh; + transition: .5s; +} + +.fa-trophy:hover { + font-size: 6vh; +} i:hover { cursor: pointer; diff --git a/site/vue/index.html b/site/vue/index.html index c5c7165..ed4a138 100644 --- a/site/vue/index.html +++ b/site/vue/index.html @@ -29,6 +29,7 @@ +