mirror of
https://github.com/valitydev/camp-git-shallow-dive.git
synced 2024-11-06 00:15:17 +00:00
Merge pull request #9 from 4tyTwo/T4
Added 15px horizontal margin to terminal class
This commit is contained in:
commit
06844cb4b0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user