mirror of
https://ghproxy.net/https://github.com/fairpm/fair-parent-theme.git
synced 2025-09-05 19:14:17 +08:00
Minor updates to base styles
Signed-off-by: Joe Dolson <design@joedolson.com>
This commit is contained in:
parent
3fab8446b7
commit
c233c5fcc5
2 changed files with 8 additions and 1 deletions
|
@ -1189,6 +1189,9 @@ blockquote.wysiwyg > *:last-child {
|
|||
margin: 0 2rem;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.site-info p {
|
||||
margin: 0;
|
||||
}
|
||||
.site-footer .theme-info i {
|
||||
margin: 0 0.3125rem;
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@ main {
|
|||
.entry-content > .entry-title > *,
|
||||
.entry-content > .entry-body > * {
|
||||
width: 100%;
|
||||
max-width: 1200px;
|
||||
max-width: 960px;
|
||||
margin: 0 auto 1.5rem;
|
||||
}
|
||||
|
||||
|
@ -117,4 +117,8 @@ main {
|
|||
display: block;
|
||||
max-width: 90%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.has-background {
|
||||
padding: 1rem;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue