Skip to content

Commit

Permalink
Adjust CSS for mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonjchen committed Jul 21, 2021
1 parent bd89eb8 commit d6705f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<meta property="og:url" content="https://cellshield.info" />
<meta name="theme-color" content="#bbb">
<meta name="twitter:card" content="summary_large_image">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/styles.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
Expand All @@ -33,6 +34,10 @@
pre {
overflow: auto;
}

img {
max-width: 100%;
}
</style>
</head>

Expand Down

0 comments on commit d6705f5

Please sign in to comment.