diff options
author | Ben Burwell <ben@benburwell.com> | 2019-08-06 11:53:57 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2019-08-06 11:53:57 -0400 |
commit | 78b5698400ad722364c34c15e672f53b78e131ae (patch) | |
tree | e95a6b1962292caea09245ec0c2d8d040136648b /_layouts/master.html | |
parent | 1baf94c686767eea75c551e1ae12c9acfb4fb98c (diff) |
Add buzzword-driven pop infosec blog
Diffstat (limited to '_layouts/master.html')
-rw-r--r-- | _layouts/master.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_layouts/master.html b/_layouts/master.html index 69decb3..294a695 100644 --- a/_layouts/master.html +++ b/_layouts/master.html @@ -19,6 +19,9 @@ pre { overflow: auto; } + img { + max-width: 100%; + } </style> </head> <body> |