Merge pull request #9 from 4tyTwo/T4

Added 15px horizontal margin to terminal class
This commit is contained in:
Andrew Mayorov 2018-07-24 15:54:14 +03:00 committed by GitHub
commit 06844cb4b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,6 +164,7 @@ blockquote {
.alt-bg { background-color: $secondary; };
pre.terminal {
//margin: -2px 0px;
padding: 1em;
font-size: 16px;
background-color: $dark;
@ -188,6 +189,8 @@ pre.terminal {
[class^="col-"] {
float: left;
padding: 0em 0.15em;
//margin: 0px 1px;
&.inline-block {
float: none;
display: inline-block;