mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-05 21:40:05 +00:00
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:
co-authored by
M Sarmad Qadeer
parent
48ae1111a6
commit
4f42c2b0d8
+10
-13
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user