mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-11 18:34:50 -04:00
theme: Optimize for printing
This commit is contained in:
parent
d906488d50
commit
d1a2519330
@ -1,4 +1,4 @@
|
||||
<footer class="bg-blue-950 mt-8 sm:mt-24 border-t-1 border-gray-800">
|
||||
<footer class="print:hidden bg-blue-950 mt-8 sm:mt-24 border-t-1 border-gray-800">
|
||||
<div class="mx-auto max-w-7xl pt-16 pb-8 sm:pt-18 lg:pt-20">
|
||||
<div class="xl:grid xl:grid-cols-3 xl:gap-8">
|
||||
{{/* Column 1 */}}
|
||||
|
@ -1,6 +1,6 @@
|
||||
<header
|
||||
x-data="navbar"
|
||||
class="sticky top-0 z-50 bg-blue-950 flex flex-none flex-wrap items-center justify-between px-4 py-5 shadow-md shadow-slate-900/5 transition duration-500 sm:px-6 lg:px-8 dark:shadow-none"
|
||||
class="print:hidden sticky top-0 z-50 bg-blue-950 flex flex-none flex-wrap items-center justify-between px-4 py-5 shadow-md shadow-slate-900/5 transition duration-500 sm:px-6 lg:px-8 dark:shadow-none"
|
||||
:class="$store.nav.scroll.atTop ? '': 'bg-blue-950/80'">
|
||||
<div class="relative flex basis-0 items-cente mr-2 lg:mr-8">
|
||||
{{ with site.Home }}
|
||||
|
@ -1,3 +1,4 @@
|
||||
<div class="print:hidden">
|
||||
<hr class="border-t border-gray-200 dark:border-gray-800 my-10 lg:my-16" />
|
||||
|
||||
<div class="text-gray-800 dark:text-gray-300 font-semibold">
|
||||
@ -20,3 +21,4 @@
|
||||
Improve this page
|
||||
</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user