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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruPagge <git@upagge.ru>2021-01-19 01:10:04 +0300
committeruPagge <git@upagge.ru>2021-01-19 01:10:04 +0300
commit54186286436a69b50931790206e82075a2038c04 (patch)
tree3a1b8f052e7c146b9c9520344d1c88410268a076 /assets/css
parent5b33d9119a53223110ca09663836ce6db6f7a9e6 (diff)
fix theme
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/_ublogger.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/assets/css/_ublogger.scss b/assets/css/_ublogger.scss
index 7d9b849..a385234 100644
--- a/assets/css/_ublogger.scss
+++ b/assets/css/_ublogger.scss
@@ -619,6 +619,11 @@ footer {
box-shadow: 0 1.2rem 1.2rem 0 rgba(0,0,0,0.1);
border-radius: 0 0 $article-summary-border-radius $article-summary-border-radius;
}
+
+ .header-post{
+ margin-left: auto;
+ margin-right: auto;
+ }
}
.theme-mega-full {
@@ -638,7 +643,7 @@ footer {
}
}
-.theme-classic, .theme-wide {
+.theme-classic, .theme-wide, .theme-full {
.header-post {
margin-top: 6rem;
margin-right: auto;