switch classes from daisyui to bulma
This commit is contained in:
parent
b8b51f1870
commit
e230c0e10d
4 changed files with 138 additions and 81 deletions
|
|
@ -1,7 +1,9 @@
|
|||
{{ define "footer" }}
|
||||
<footer class="footer footer-center p-4 bg-base-300 text-base-content">
|
||||
<aside>
|
||||
<p class="text-gray-600">© {{.Year}} Dungeons and Dragons Monster Generator. Alle Rechte vorbehalten.</p>
|
||||
</aside>
|
||||
<footer class="footer">
|
||||
<div class="content has-text-centered is-widescreen">
|
||||
<p>
|
||||
© {{.Year}} Dungeons and Dragons Monster Generator. Alle Rechte vorbehalten.
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue