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

github.com/LordMathis/hugo-theme-nix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLordMathis <matus@namesny.com>2021-12-08 19:47:52 +0300
committerLordMathis <matus@namesny.com>2021-12-08 19:47:52 +0300
commit854eeadd984951e4241c171af9f395c955d6ac4f (patch)
treedd4e2bff463bb3b0598f8759cbc73b5438bb4f73
parentad34ae3d0b43d2a19fb68c51e63fee0c0c51a994 (diff)
Another font fix
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--static/css/nix.css15
2 files changed, 13 insertions, 4 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index fdafb80..edcaf7b 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,4 +1,4 @@
-<footer class="footer text-center fixed-bottom">
+<footer class="footer text-center">
<p>Copyright &copy; {{ now.Format "2006" }} {{ .Site.Params.Name }} -
<span class="credit">
Powered by
diff --git a/static/css/nix.css b/static/css/nix.css
index 17a02f3..09501e9 100644
--- a/static/css/nix.css
+++ b/static/css/nix.css
@@ -10,7 +10,6 @@ body {
background-color: #fdfdfd;
height: 100%;
font-family: 'Open Sans', sans-serif;
- font-size: 1.5em;
}
img {
@@ -38,7 +37,9 @@ img {
}
nav {
- font-size: 1em;
+ font-size: 1.5em;
+ padding-top: 0 !important;
+ padding-bottom: 0 !important;
}
.dropdown-menu li {
@@ -50,7 +51,7 @@ h1,h2,h3,h4,h5,h6 {
}
#user-name {
- font-size: 2em;
+ font-size: 5em;
text-transform: uppercase;
}
@@ -164,6 +165,10 @@ td {
font-size: 50%;
}
+ #user-name {
+ font-size: 50%;
+ }
+
nav {
font-size: 80%;
}
@@ -174,6 +179,10 @@ td {
font-size: 40%;
}
+ #user-name {
+ font-size: 40%;
+ }
+
nav {
font-size: 80%;
}