@@ -1,13 +1,13 @@ | |||||
@page { | @page { | ||||
size: 156mm 234mm; | |||||
size: 6.14in 9.21in; | |||||
margin-bottom: 0.8in; | margin-bottom: 0.8in; | ||||
padding-bottom: 0.2in; | padding-bottom: 0.2in; | ||||
margin-top: 0.7in; | margin-top: 0.7in; | ||||
} | } | ||||
@page:left { | @page:left { | ||||
margin-right: 0.7in; | |||||
margin-left: 1in; | |||||
margin-right: 0.6in; | |||||
margin-left: 1.1in; | |||||
@bottom-left-corner { | @bottom-left-corner { | ||||
content: counter(page); | content: counter(page); | ||||
font-size: 1rem; | font-size: 1rem; | ||||
@@ -21,8 +21,8 @@ | |||||
} | } | ||||
@page:right { | @page:right { | ||||
margin-left: 0.7in; | |||||
margin-right: 1in; | |||||
margin-left: 0.6in; | |||||
margin-right: 1.1in; | |||||
@bottom-right-corner { | @bottom-right-corner { | ||||
content: counter(page); | content: counter(page); | ||||
font-size: 1rem; | font-size: 1rem; | ||||
@@ -1 +1 @@ | |||||
# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210216002744-19b7d5c22a12 | |||||
# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210219121445-3e058b4ebb35 |
@@ -2,4 +2,4 @@ module git.sandpoints.org/sean/MachineListening | |||||
go 1.15 | go 1.15 | ||||
require git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210216002744-19b7d5c22a12 // indirect | |||||
require git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210219121445-3e058b4ebb35 // indirect |
@@ -1,2 +1,4 @@ | |||||
git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210216002744-19b7d5c22a12 h1:f8iFSNHOrJT5elEY5XsVm2u2UezgCkatWjQe1J7aJWM= | git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210216002744-19b7d5c22a12 h1:f8iFSNHOrJT5elEY5XsVm2u2UezgCkatWjQe1J7aJWM= | ||||
git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210216002744-19b7d5c22a12/go.mod h1:VmIeeZ1BJRLjBO9x4d45BkYsYiwa/D0OrSNUglKTam4= | git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210216002744-19b7d5c22a12/go.mod h1:VmIeeZ1BJRLjBO9x4d45BkYsYiwa/D0OrSNUglKTam4= | ||||
git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210219121445-3e058b4ebb35 h1:8njXT/9HNxrAzMJbOZQR5oKoYWAKGOA6p85aOVljWEo= | |||||
git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210219121445-3e058b4ebb35/go.mod h1:VmIeeZ1BJRLjBO9x4d45BkYsYiwa/D0OrSNUglKTam4= |