mobile friendly

This commit is contained in:
Michael Zhang 2018-05-28 12:00:21 -05:00
parent d6cfdbca91
commit d91880a3ea
No known key found for this signature in database
GPG Key ID: A1B65B603268116B
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
<head>
<title>michael's blog</title>
<link rel="stylesheet" href="/css/index.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>

View File

@ -9,7 +9,7 @@ layout: default
<tr>
<td>
<h3 style="margin-bottom: 0;">
<a href="{{ post.url }}">{{ post.title }}</a>
<a href="{{ post.url }}" style="text-decoration: none;">{{ post.title }}</a>
</h3>
</td>
<td style="text-align: right;">