theme update
This commit is contained in:
parent
06d031b32d
commit
9c9fc21440
1 changed files with 4 additions and 7 deletions
|
@ -255,21 +255,17 @@ article h1 {}
|
||||||
margin: 1rem;
|
margin: 1rem;
|
||||||
padding: 25px;
|
padding: 25px;
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
font-size:14px;
|
font-size:18px;
|
||||||
|
width:360px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post>* {
|
.post>* {
|
||||||
margin: 15px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.post h2 {
|
.post h2 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post p,.post h2 {
|
|
||||||
max-width: 460px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-image {
|
.post-image {
|
||||||
height: 15rem;
|
height: 15rem;
|
||||||
background-position: top center;
|
background-position: top center;
|
||||||
|
@ -281,9 +277,10 @@ article h1 {}
|
||||||
display:flex;
|
display:flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
font-size:12px;
|
||||||
}
|
}
|
||||||
.post-tags a {
|
.post-tags a {
|
||||||
margin: 5px;
|
margin: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag {
|
.tag {
|
||||||
|
|
Loading…
Reference in a new issue