diff --git a/kikikoz.css b/kikikoz.css index 01ebee5..8ac9abd 100644 --- a/kikikoz.css +++ b/kikikoz.css @@ -56,6 +56,13 @@ p.orateurice { text-align: center; } +p.orateurice button{ + margin: auto; + display: block; + margin-top: 10px; +} + + li.dernier_arrive { font-style: italic; } @@ -94,3 +101,8 @@ section.queue { .hidden { display: none; } + +#bouton_next { + font-size: 1.5rem; + font-weight: bold; +} diff --git a/src/main.rs b/src/main.rs index 388b0df..96b255c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -356,7 +356,7 @@ fn main() { } ) br {} - button(on:click=next) { "SuivantÉ™" } + button(on:click=next, id="bouton_next") { "SuivantÉ™" } " " button(on:click=pause) { "Pause" } }