mirror of
https://github.com/danog/sass-site.git
synced 2025-01-22 05:41:42 +01:00
Removed max-height on pre:
- We don't really have large code blocks just yet. Some of the code blocks had just enough content to cause scroll bars. We can adjust later if we have larger code blocks. My personal preference is to not have code blocks scroll vertically.
This commit is contained in:
parent
c8f9c73747
commit
f5a10bda88
@ -20,7 +20,7 @@ pre {
|
||||
@include rhythm(.5, .5, .5, .5);
|
||||
@include bleed;
|
||||
display: block;
|
||||
max-height: 340px;
|
||||
// max-height: 340px;
|
||||
overflow-y: auto;
|
||||
word: {
|
||||
break: break-all;
|
||||
|
Loading…
x
Reference in New Issue
Block a user