💄 Move "Support Ukraine" box to bottom of page
This commit is contained in:
parent
78a150b86e
commit
1d76e91a93
2 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
||||||
<body>
|
<body>
|
||||||
{{- partial "header.html" . -}}
|
{{- partial "header.html" . -}}
|
||||||
<main>
|
<main>
|
||||||
{{- partial "support-ukraine.html" -}}
|
|
||||||
{{- block "main" . }}{{- end }}
|
{{- block "main" . }}{{- end }}
|
||||||
|
{{- partial "support-ukraine.html" -}}
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
{{- partial "footer.html" . -}}
|
{{- partial "footer.html" . -}}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div style="border: 3px solid red; padding: 20px; border-radius: 20px">
|
<div style="border: 3px solid red; margin-top: 40px; padding: 20px; border-radius: 20px">
|
||||||
<p style="margin-top: 0; padding: 10px">
|
<p style="margin-top: 0; padding: 10px">
|
||||||
<strong>
|
<strong>
|
||||||
There are currently more important things than this page.
|
There are currently more important things than this page.
|
||||||
|
|
Loading…
Reference in a new issue