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/_page/_single.scss')
-rw-r--r--assets/css/_page/_single.scss9
1 files changed, 4 insertions, 5 deletions
diff --git a/assets/css/_page/_single.scss b/assets/css/_page/_single.scss
index 2540b13..3dd2e58 100644
--- a/assets/css/_page/_single.scss
+++ b/assets/css/_page/_single.scss
@@ -205,7 +205,8 @@
img {
max-width: 100%;
- min-height: 1.2rem;
+ min-height: 1.25em;
+ vertical-align: text-bottom;
}
figure {
@@ -339,10 +340,8 @@
}
}
- .version img {
- min-height: 1.2rem;
- height: 1.2rem;
- vertical-align: text-bottom;
+ .version {
+ height: 1.25em;
}
}