make adjustment to logs to take up less space on mobile

This commit is contained in:
Lisa P 2015-11-25 17:17:43 +01:00
parent c7212174fb
commit a6e6cb0418

View File

@ -83,6 +83,12 @@
.log-body .log-body
position: relative position: relative
max-height: 20vh
overflow: scroll
@media #{$medium-up}
max-height: none
overflow: auto
pre pre
clear: left clear: left
min-height: 42px min-height: 42px
@ -96,7 +102,6 @@
background-color: #2a2a2a background-color: #2a2a2a
counter-reset: line-numbering counter-reset: line-numbering
margin-top: 0 margin-top: 0
@extend %border-bottom-4px
.cut .cut
padding: 20px 15px 0 55px padding: 20px 15px 0 55px