diff --git a/www/css/style.css b/www/css/style.css index 5dbaa57..f5bdf15 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -155,9 +155,8 @@ nav img { } .lore .nextArc { - width: 8%; + width: 5%; margin: 5px; - padding: 15px 10px; display: block; text-align: center; background-color: #C19F8A; @@ -165,18 +164,25 @@ nav img { } .lore .nextArc a { + padding: 10px 5px; + display: block; color: #13172c; text-decoration: none; } .lore .nextArc a:hover { - width: 8%; border-radius:15px; text-align: center; background-color: #bf815b; color: #FFEFE5; } +.lore aside { + position: sticky; + left: 15px; + bottom: 15px; +} + #awakening, #vorsPrize, #professor, #onceAwake, #deimos { display: flex; align-items: flex-start; diff --git a/www/sousPageLore1.html b/www/sousPageLore1.html index 326b177..3d955a6 100644 --- a/www/sousPageLore1.html +++ b/www/sousPageLore1.html @@ -200,11 +200,12 @@ Image d'une warframe avec ses Archwing dans l'espace - -
Choix de l'Arc
-
Arc suivant
- + + \ No newline at end of file