Add a line wrapping css to not overflow on little screens, add mini_racer to dependencies to build
This commit is contained in:
parent
d6e3b9baaf
commit
a848bd0fcf
2 changed files with 2 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -8,3 +8,4 @@ gem 'redcarpet'
|
|||
gem 'middleman-syntax'
|
||||
gem 'rake'
|
||||
gem 'webrick'
|
||||
gem 'mini_racer'
|
||||
|
|
|
@ -119,6 +119,7 @@ footer {
|
|||
padding-top: 1em;
|
||||
padding-bottom: 1em;
|
||||
overflow-x: auto;
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
body > main {
|
||||
|
|
Loading…
Reference in a new issue