Also, our users added 6 new interface languages - Arabic*, Bulgarian, Finnish, Hebrew*, Thai and Ukrainian.
+
+* Android app only.
diff --git a/website/src/blog.html b/website/src/blog.html
index d0d4e6cba..11f057ce7 100644
--- a/website/src/blog.html
+++ b/website/src/blog.html
@@ -44,7 +44,9 @@ active_blog: true
{% if blog.data.image %}
{% if blog.data.imageBottom %}
-

+

+ {% elif blog.data.imageWide %}
+

{% else %}

{% endif %}
diff --git a/website/src/css/blog.css b/website/src/css/blog.css
index e7b90b485..adec9ab04 100644
--- a/website/src/css/blog.css
+++ b/website/src/css/blog.css
@@ -188,29 +188,26 @@ h3::before {
outline: none;
}
-p,
-a,
h1,
h2,
h3,
h4,
h5,
-h6,
-li,
-ul,
-ol,
-span,
-div,
-blockquote,
-pre,
-code {
+h6{
clear: both;
}
#article p img {
- float: left;
+ display: inline-block;
}
#article img {
- margin-bottom: 1.5rem;
+ margin: 0.5rem 0 1rem 0;
+}
+
+@media (min-width: 1024px) {
+ #article .float-to-left{
+ float: left;
+ margin-right: 3rem;
+ }
}
\ No newline at end of file