This commit is contained in:
Michael Zhang 2018-05-28 14:36:14 -05:00
parent 9d418fd132
commit 8eb181029e
No known key found for this signature in database
GPG Key ID: A1B65B603268116B
2 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<head>
<title>{{ page.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

@ -10,6 +10,10 @@ body {
font-weight: 300;
}
* {
box-sizing: border-box;
}
a {
text-decoration: none;
}