push site

This commit is contained in:
gigifeh
2019-12-06 04:15:12 +01:00
parent 4198ffa467
commit 8ab8865d1d
3 changed files with 13 additions and 1 deletions

View File

@@ -198,6 +198,7 @@ h2 {
img {
width: 50px;
border: 1px solid grey;
border-radius: 2px;
}
[alt="gallery"] {
@@ -214,7 +215,6 @@ img {
text-decoration: underline;
}
/* =================== */
.post {
@@ -224,3 +224,14 @@ img {
width: 100%;
padding: 30px;
}
.post > img {
display: block;
margin-left: auto;
margin-right: auto;
margin: 0;
z-index: 90;
width: 100px;
clip-path: circle(30%);
float: left;
}