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;
|
||||
padding: 25px;
|
||||
border-radius: 25px;
|
||||
font-size:14px;
|
||||
font-size:18px;
|
||||
width:360px;
|
||||
}
|
||||
|
||||
.post>* {
|
||||
margin: 15px;
|
||||
}
|
||||
|
||||
.post h2 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.post p,.post h2 {
|
||||
max-width: 460px;
|
||||
}
|
||||
|
||||
.post-image {
|
||||
height: 15rem;
|
||||
background-position: top center;
|
||||
|
@ -281,9 +277,10 @@ article h1 {}
|
|||
display:flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
font-size:12px;
|
||||
}
|
||||
.post-tags a {
|
||||
margin: 5px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
.tag {
|
||||
|
|
Loading…
Reference in a new issue