blog: v5.3 announcement (#3093)

* blog: v5.3 announcement draft

* update

* update post

* add images and previews

* website: add imageWide property

* website: add .float-to-left class

* update

* update images

* update readme

* fix typo

---------

Co-authored-by: M Sarmad Qadeer <MSarmadQadeer@gmail.com>
This commit is contained in:
Evgeny Poberezkin
2023-09-25 09:32:27 +01:00
committed by GitHub
co-authored by M Sarmad Qadeer
parent 48ae1111a6
commit 4f42c2b0d8
12 changed files with 177 additions and 47 deletions
+10 -13
View File
@@ -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;
}
}