mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-20 01:45:30 -04:00
📱 Reflow some elements at smaller screen sizes
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ with .Site.Author.links }}
|
||||
<div class="flex text-lg text-gray-400 dark:text-gray-500">
|
||||
<div class="flex flex-wrap text-lg text-gray-400 dark:text-gray-500">
|
||||
{{ range $links := . }}
|
||||
{{ range $name, $url := $links }}
|
||||
<a
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
<a class="hover:underline" rel="me" href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
|
||||
</div>
|
||||
<nav>
|
||||
<ul class="flex list-none">
|
||||
<ul class="flex flex-col list-none sm:flex-row">
|
||||
{{ range .Site.Menus.main }}
|
||||
<li class="mr-7 last:mr-0">
|
||||
<li class="text-right sm:mr-7 sm:last:mr-0">
|
||||
<a class="hover:underline" href="{{ .URL }}" title="{{ .Title }}">{{ .Name }}</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user