feat(two-pointers): improve code snippet styling
This commit is contained in:
parent
6c97fa2890
commit
683fa2d802
2 changed files with 17 additions and 9 deletions
|
|
@ -62,21 +62,29 @@ header {
|
|||
left: -20px;
|
||||
}
|
||||
|
||||
article {
|
||||
.post-article {
|
||||
font-size: 1.5em;
|
||||
line-height: 1.3em;
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
|
||||
article h2 {
|
||||
.post-article h2 {
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
article h3 {
|
||||
.post-article h3 {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
article a {
|
||||
.post-article a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.post-code {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.language-python {
|
||||
font-size: 0.9em !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue