From 54d76b6b35c30581143bdec58aea1dfd69109449 Mon Sep 17 00:00:00 2001 From: pisouvigne Date: Sat, 13 Jun 2020 17:02:53 +0200 Subject: [PATCH] test --- site/vue/css/style.css | 12 ++++++++++++ site/vue/index.html | 1 + 2 files changed, 13 insertions(+) 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 @@ +