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:
Diffstat (limited to 'assets/css/_ublogger.scss')
-rw-r--r--assets/css/_ublogger.scss25
1 files changed, 24 insertions, 1 deletions
diff --git a/assets/css/_ublogger.scss b/assets/css/_ublogger.scss
index 7195d52..5f53da6 100644
--- a/assets/css/_ublogger.scss
+++ b/assets/css/_ublogger.scss
@@ -267,6 +267,28 @@ a.post-tag-summary {
line-height: 3.2rem;
}
+.img-style {
+ margin: 1.5rem 0;
+}
+
+.img-center {
+ margin-left: auto;
+ margin-right: auto;
+}
+
+.img-size-30 {
+ width: 30%;
+}
+
+.img-size-50 {
+ width: 50%;
+}
+
+.img-right {
+ float: right;
+ margin-left: 10px;
+}
+
.img-frame {
margin-bottom: 1.5rem;
@@ -803,6 +825,7 @@ a.post-tag-summary {
.block-media_right {
float: right;
+ text-align: right;
padding-right: 0;
margin-left: 40px;
margin-bottom: 10px;
@@ -1270,7 +1293,7 @@ code[class*="language-"], pre[class*="language-"] {
font-size: 16px;
line-height: 1.5rem;
- p{
+ p {
margin: .5rem 0 !important;
}
}