diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index dea2833..6503111 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,60 +1,67 @@ - + - + }); + - {{ partial "fathom-tracking.html" . }} - +{{ partial "fathom-tracking.html" . }} + diff --git a/src/_theme.scss b/src/_theme.scss index 81bac6e..cf7384a 100644 --- a/src/_theme.scss +++ b/src/_theme.scss @@ -72,6 +72,15 @@ box-shadow: none; } } + + &.coffe { + padding: 1em 1.5em; + height: auto; + + // Shadow from the original button + box-shadow: 0px 1px 2px rgba(190, 190, 190, 0.5) !important; + -webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important; + } } .input, @@ -249,3 +258,14 @@ h1,h2,h3,h4,h5,h6{ } } } + +.footer-buttons { + display: flex; + justify-content: center; + align-items: center; + margin-top: .5em; + + *:not(:last-child) { + margin-right: .5em; + } +} diff --git a/src/main.scss b/src/main.scss index b71ebe9..bc36556 100644 --- a/src/main.scss +++ b/src/main.scss @@ -279,4 +279,4 @@ h1, h2, h3, h4, h5, h6 { color: lighten(#000, 70%); } } -} \ No newline at end of file +}