website - a couple of text-asset component reponsive tweaks

This commit is contained in:
RJ Spiker 2018-06-15 12:29:12 -06:00 committed by Jack Pearkes
parent e61484c079
commit 7fa4955545

View File

@ -35,6 +35,10 @@
img {
max-width: 140%;
width: auto;
@media(min-width: 768px) {
max-width: none;
}
}
}
@ -113,6 +117,7 @@
.code {
background: #1e212a;
font-size: 1.4rem;
overflow: auto;
padding: 16px 24px 32px;
width: 100%;