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> <head>
<title>michael's blog</title> <title>michael's blog</title>
<link rel="stylesheet" href="/css/index.css" /> <link rel="stylesheet" href="/css/index.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head> </head>
<body> <body>

View file

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