feat(two-pointers): improve code snippet styling

This commit is contained in:
Barrett Ruth 2024-06-17 12:28:17 -05:00
parent 6c97fa2890
commit 683fa2d802
2 changed files with 17 additions and 9 deletions

View file

@ -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;
}