Try javascript to make cards shrink on press

This commit is contained in:
Joseph Hutchinson
2018-03-26 13:45:28 -04:00
parent d9caae4bb0
commit b6fa0048da
3 changed files with 13 additions and 22 deletions

View File

@@ -4,7 +4,7 @@ XCode style (c) Angel Garcia <angelgarcia.mail@gmail.com>
.hljs {
display: block;
overflow-x: scroll;
overflow-x: auto;
padding: 0.5em;
background: #f3f3f3;
color: black;