mirror of
https://git.kittycat.homes/zoe/hugo-battheme.git
synced 2024-08-15 03:25:18 +00:00
fix images not showing up correctly
This commit is contained in:
parent
a80d65e605
commit
e8a44f7b33
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,7 @@ footer {
|
|||
}
|
||||
|
||||
#content p,
|
||||
#content img,
|
||||
#content ul,
|
||||
#content ol,
|
||||
#content table,
|
||||
|
@ -39,6 +40,10 @@ hr,
|
|||
margin-left: 24%;
|
||||
}
|
||||
|
||||
#content img {
|
||||
max-width: 52%;
|
||||
}
|
||||
|
||||
p code{
|
||||
margin-left:0;
|
||||
margin-right: 0;
|
||||
|
|
Loading…
Reference in a new issue