Explorar o código

fix: Adjust layout spacing and improve footer structure in documentation

codecalm hai 3 meses
pai
achega
d8c70a8b94
Modificáronse 1 ficheiros con 23 adicións e 15 borrados
  1. 23 15
      shared/layouts/docs/default.html

+ 23 - 15
shared/layouts/docs/default.html

@@ -154,22 +154,30 @@
 									</div>
 									</div>
 								{% endif %}
 								{% endif %}
 
 
-								<div>
-									<a href="{{ site.githubUrl }}/tree/dev/docs/{{ page.inputPath }}" class="link-primary" target="_blank">{% include "ui/icon.html" icon="edit" class="icon-inline" %} Edit this page on GitHub</a>
-								</div>
-
-								<div class="mt-5">
-									<div class="row">
-										<div class="col text-secondary">
-											© {% year %} Tabler. All rights reserved.
-										</div>
+								<div class="mt-7">
+									<div>
+										<a href="{{ site.githubUrl }}/tree/dev/docs/{{ page.inputPath }}" class="link-primary" target="_blank">{% include
+											"ui/icon.html" icon="edit" class="icon-inline" %} Edit this page on GitHub</a>
+									</div>
+									
+									<div class="mt-5">
+										<div class="row">
+											<div class="col text-secondary">
+												© {% year %} Tabler. All rights reserved.
+											</div>
 									
 									
-										<div class="col text-end">
-											<a href="{{ site.githubUrl }}" class="link-secondary" target="_blank">{% include "ui/icon.html" icon="brand-github" %}</a>
-											<a href="{{ site.githubSponsorsUrl }}" class="link-secondary" target="_blank">{% include "ui/icon.html" icon="heart" %}</a>
-											<a href="{{ site.opencollectiveUrl }}" class="link-secondary" target="_blank">{% include "ui/icon.html" icon="hearts" %}</a>
-											<a href="{{ site.xUrl }}" class="link-secondary" target="_blank">{% include "ui/icon.html" icon="brand-x" %}</a>
-											<a href="{{ site.linkedinUrl }}" class="link-secondary" target="_blank">{% include "ui/icon.html" icon="brand-linkedin" %}</a>
+											<div class="col text-end">
+												<a href="{{ site.githubUrl }}" class="link-secondary" target="_blank">{% include "ui/icon.html"
+													icon="brand-github" %}</a>
+												<a href="{{ site.githubSponsorsUrl }}" class="link-secondary" target="_blank">{% include "ui/icon.html"
+													icon="heart" %}</a>
+												<a href="{{ site.opencollectiveUrl }}" class="link-secondary" target="_blank">{% include "ui/icon.html"
+													icon="hearts" %}</a>
+												<a href="{{ site.xUrl }}" class="link-secondary" target="_blank">{% include "ui/icon.html" icon="brand-x"
+													%}</a>
+												<a href="{{ site.linkedinUrl }}" class="link-secondary" target="_blank">{% include "ui/icon.html"
+													icon="brand-linkedin" %}</a>
+											</div>
 										</div>
 										</div>
 									</div>
 									</div>
 								</div>
 								</div>