push site
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user