Little bit of cleanup and stuff
This commit is contained in:
parent
1d5c9d84c8
commit
b836565901
4 changed files with 38 additions and 32 deletions
|
@ -28,6 +28,13 @@ a:hover{
|
|||
background-color: #E60073;
|
||||
}
|
||||
|
||||
.postImage a::before{ content: none; }
|
||||
.postImage a::after{ content: none; }
|
||||
|
||||
code{
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
img{
|
||||
max-width: 100%;
|
||||
align-self: center;
|
||||
|
@ -63,6 +70,11 @@ footer pre{
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
table.posts{ width: 100%; }
|
||||
.post-content{
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
@media(min-width: 81ch){
|
||||
header{
|
||||
display:flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue