Change forms
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 46s

This commit is contained in:
2024-03-29 21:13:14 +01:00
parent e6c792712e
commit 6227356074
7 changed files with 14 additions and 4 deletions

View File

@@ -166,4 +166,8 @@ $sides: (top, bottom, left, right);
.small {
font-size: 0.8em;
}
.big {
font-size: 1.2em;
}

View File

@@ -1 +1 @@
<div class="center-childs">{{.Inner}}</div>
<div class="center-childs" style="text-align: center;">{{.Inner}}</div>

View File

@@ -0,0 +1,2 @@
<a href="{{.Get 0}}"><button class="{{.Get 1}}">{{.Inner}}</button></a>