Split baseof.html into more templates
This commit is contained in:
15
layouts/partials/paige_style.html
Normal file
15
layouts/partials/paige_style.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<style>
|
||||
article > div {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
padding: 0.5rem 1rem;
|
||||
border-left: 0.25rem solid #e9ecef;
|
||||
border-right: 0.25rem solid white;
|
||||
}
|
||||
|
||||
blockquote p:last-of-type {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user