Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Gebauer <agebauer@hashicorp.com>2020-03-30 08:12:58 +0300
committerAustin Gebauer <agebauer@hashicorp.com>2020-03-30 08:12:58 +0300
commit9c113fec85ea037dc97705aa2698a8ef08a77653 (patch)
tree35f65a254460ee57a6b1cdd2e016945c298fbe60
parentbb518312d1ef060abab8fa2b317481d78dd57429 (diff)
feat: adds link to theme from footer
-rw-r--r--layouts/partials/footer.html3
-rw-r--r--static/css/custom.scss2
-rw-r--r--static/css/theme.css2
-rw-r--r--static/img/me.jpegbin14410 -> 0 bytes
4 files changed, 4 insertions, 3 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 39b1e6e..a279f15 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,5 +1,6 @@
<footer class="text-center pb-1">
<small class="text-muted">
- {{ .Site.Params.footer_text | safeHTML }}
+ {{ .Site.Params.footer_text | safeHTML }}<br>
+ Powered by <a href="https://github.com/austingebauer/devise" target="_blank">Devise</a>
</small>
</footer>
diff --git a/static/css/custom.scss b/static/css/custom.scss
index 583f3af..e7cc6af 100644
--- a/static/css/custom.scss
+++ b/static/css/custom.scss
@@ -19,7 +19,7 @@ $fa-font-path: "./webfonts";
#content {
width: 100%;
max-width: 650px;
- min-height: calc(100vh - 85px);
+ min-height: calc(100vh - 105px);
}
#home-image {
diff --git a/static/css/theme.css b/static/css/theme.css
index 6a27432..14c4407 100644
--- a/static/css/theme.css
+++ b/static/css/theme.css
@@ -11342,7 +11342,7 @@ readers do not read off random characters that represent icons */
#content {
width: 100%;
max-width: 650px;
- min-height: calc(100vh - 85px); }
+ min-height: calc(100vh - 105px); }
#home-image {
width: 120px;
diff --git a/static/img/me.jpeg b/static/img/me.jpeg
deleted file mode 100644
index 14b8a1f..0000000
--- a/static/img/me.jpeg
+++ /dev/null
Binary files differ