forked from drowl87/hextra_mirror
chore(style): better footer logo alignment (#212)
This commit is contained in:
parent
d58a8b5469
commit
aad68d8afd
@ -1183,6 +1183,9 @@ video {
|
|||||||
.align-text-bottom {
|
.align-text-bottom {
|
||||||
vertical-align: text-bottom;
|
vertical-align: text-bottom;
|
||||||
}
|
}
|
||||||
|
.align-\[-2\.5px\] {
|
||||||
|
vertical-align: -2.5px;
|
||||||
|
}
|
||||||
.font-mono {
|
.font-mono {
|
||||||
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||||
}
|
}
|
||||||
|
@ -73,6 +73,7 @@
|
|||||||
"active:opacity-50",
|
"active:opacity-50",
|
||||||
"active:shadow-gray-200",
|
"active:shadow-gray-200",
|
||||||
"active:shadow-sm",
|
"active:shadow-sm",
|
||||||
|
"align-[-2.5px]",
|
||||||
"align-text-bottom",
|
"align-text-bottom",
|
||||||
"appearance-none",
|
"appearance-none",
|
||||||
"aspect-auto",
|
"aspect-auto",
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
<span>
|
<span>
|
||||||
{{- . | markdownify -}}
|
{{- . | markdownify -}}
|
||||||
{{- if strings.Contains . "Hextra" -}}
|
{{- if strings.Contains . "Hextra" -}}
|
||||||
{{- partial "utils/icon.html" (dict "name" "hextra" "attributes" `height=1em class="inline-block ml-1 align-text-bottom"`) -}}
|
{{- partial "utils/icon.html" (dict "name" "hextra" "attributes" `height=1em class="inline-block ml-1 align-[-2.5px]"`) -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user