[TASK] finalise registration box
This commit is contained in:
@@ -41,7 +41,7 @@ pub(super) async fn index(cookies: CookieJar, headers: HeaderMap) -> Markup {
|
||||
a
|
||||
href="https://www.jku.at/ars-electronica-2025-panic-yes-no/digital-shadows/"
|
||||
target="_blank"
|
||||
class="btn"
|
||||
class="btn mt-1 block"
|
||||
role="button"
|
||||
title=(t!("tour_register_title")) { (t!("tour_register")) }
|
||||
|
||||
|
@@ -99,11 +99,19 @@ input[type="submit"]:active {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.mt-1 {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.flex {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.block {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.msg {
|
||||
width: 100%;
|
||||
max-width: 40rem;
|
||||
|
Reference in New Issue
Block a user