mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-12-04 14:50:24 +00:00
Center images, color shift
This commit is contained in:
parent
e27a7a1f76
commit
7b7136151b
2 changed files with 9 additions and 7 deletions
|
|
@ -269,10 +269,10 @@ main .e-content pre {
|
|||
}
|
||||
|
||||
main .e-content hr {
|
||||
height: 0.25em;
|
||||
height: 0.2rem;
|
||||
padding: 0;
|
||||
margin: 24px 0;
|
||||
background-color: #e1e4e8;
|
||||
background-color: #d2c9c9;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
|
|
@ -434,6 +434,9 @@ main .e-content table td {
|
|||
}
|
||||
|
||||
main .e-content img {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 100%;
|
||||
box-sizing: content-box;
|
||||
background-color: #f6f6f6;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue