mirror of
https://github.com/tchartron/blow
synced 2025-03-08 00:57:16 +00:00
update
This commit is contained in:
parent
35f24cdc51
commit
6e261778fb
2 changed files with 12 additions and 2 deletions
|
@ -20,6 +20,9 @@ html {
|
|||
#page-content a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
#page-content p, h2, pre {
|
||||
#page-content p, h2 {
|
||||
@apply py-4;
|
||||
}
|
||||
#page-content pre {
|
||||
@apply py-2 my-4;
|
||||
}
|
||||
|
|
|
@ -48136,11 +48136,18 @@ html {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#page-content p, h2, pre {
|
||||
#page-content p, h2 {
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
#page-content pre {
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
padding-top: 0.5rem;
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
@media (min-width: 640px) {
|
||||
.sm\:container {
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Reference in a new issue