aboutsummaryrefslogtreecommitdiffstats
path: root/_sass/site.scss
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2018-02-09 20:21:11 -0600
committerMatt Rude <[email protected]>2018-02-09 20:21:11 -0600
commit9051be6066ecb670c20ea40f0b8b069c44101799 (patch)
tree3eabba663ee65fa6cf6985990afa0053bd7b3f58 /_sass/site.scss
parent5afe82787aee805ebc41351be9450c75d390f4a5 (diff)
downloadxmpp-site-lite-9051be6066ecb670c20ea40f0b8b069c44101799.tar.gz
xmpp-site-lite-9051be6066ecb670c20ea40f0b8b069c44101799.tar.bz2
xmpp-site-lite-9051be6066ecb670c20ea40f0b8b069c44101799.zip
Updates
Diffstat (limited to '_sass/site.scss')
-rw-r--r--_sass/site.scss23
1 files changed, 21 insertions, 2 deletions
diff --git a/_sass/site.scss b/_sass/site.scss
index 07100a9..2a46b11 100644
--- a/_sass/site.scss
+++ b/_sass/site.scss
@@ -25,13 +25,15 @@ html {
}
body {
- position: relative;
font-family: 'Encode Sans Expanded', sans-serif;
+ /* Margin bottom by footer height */
+ margin-bottom: 60px;
+// height: 100vh;
}
h1, h2, h3, h4, h5, h6 {
- font-family: 'Ubuntu', sans-serif;
+// font-family: 'Ubuntu', sans-serif;
}
// Links
@@ -315,6 +317,8 @@ pre {
position: absolute;
bottom: 0;
width: 100%;
+ height: 60px;
+ line-height: 60px; /* Vertically center the text there */
background-color: $site-color;
a {
color: #fff;
@@ -323,6 +327,21 @@ pre {
color: darken($site-color, 40%);
text-decoration: underline;
}
+ p {
+ margin-bottom: 0;
+ }
+}
+
+#error-container {
+ margin-top: 100px;
+}
+
+#error-text {
+ text-align: center;
+ margin: 0 auto 0;
+ i {
+ color: red;
+ }
}
.index-section {