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

github.com/AmazingRise/hugo-theme-diary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authoramazingrise <8315221+AmazingRise@users.noreply.github.com>2019-11-23 05:38:31 +0300
committeramazingrise <8315221+AmazingRise@users.noreply.github.com>2019-11-23 05:38:31 +0300
commitb982a8b060e07475a7672ca7b376c9eb0be41454 (patch)
treebb1c2774d4c20f498c76ef704f1dafbfb18df07e /assets
parent678684ed4f5069fd554ea460e27d517ceea37bf1 (diff)
Complete mobile view.
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/journal.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/assets/scss/journal.scss b/assets/scss/journal.scss
index cba70b5..a206ec2 100644
--- a/assets/scss/journal.scss
+++ b/assets/scss/journal.scss
@@ -938,7 +938,10 @@ a {
}
}
- .single-column-footer {
+
+}
+
+#single-column-footer {
display: none;
@media screen and (max-width: $single-column-max-width) {
@@ -948,5 +951,4 @@ a {
font-family: $sans-preferred-font-list;
padding: 40px 20px 40px 20px;
}
- }
-}
+} \ No newline at end of file