minor'
This commit is contained in:
parent
9d418fd132
commit
8eb181029e
2 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -10,6 +10,10 @@ body {
|
|||
font-weight: 300;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue