-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[lanyon] code block paddings #136
Comments
I changed two line in
Before, they were both 0. |
Which two lines? Care to make a pull request? |
I had the exact same problem. After inspecting the code I changed pre {
display: block;
border-radius: 4px;
padding: .6rem .5rem;
font-size: .8rem;
line-height: 1.4;
white-space: pre;
overflow: auto;
word-break: break-all;
word-wrap: break-word;
background-color: #f9f9f9;
} You may want to tweak the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am new to Nikola, and I am wondering if we can adjust paddings for code blocks.
It seems "lanyon" sets more space at top than bottom for code blocks.
Can I change some parameters in lanyon.css to balance the paddings?
Thanks.
The text was updated successfully, but these errors were encountered: