Compare commits
2 commits
54c57017e1
...
e43a1a7b56
| Author | SHA1 | Date | |
|---|---|---|---|
| e43a1a7b56 | |||
| 575ab86454 |
2 changed files with 8 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
<html lang="{{ site.language }}">
|
<html lang="{{ site.language }}">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>{{ title if title else site.title }}</title>
|
<title>{{ title if title else site.title }}</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/style.css"/>
|
<link rel="stylesheet" href="/css/style.css"/>
|
||||||
|
|
|
||||||
|
|
@ -79,6 +79,12 @@ time,
|
||||||
border-bottom: 1px dotted rgb(219, 103, 167);
|
border-bottom: 1px dotted rgb(219, 103, 167);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.article_header {
|
||||||
|
img {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.related {
|
.related {
|
||||||
margin-top: 18px;
|
margin-top: 18px;
|
||||||
border-top: 1px dotted rgb(219, 103, 167);
|
border-top: 1px dotted rgb(219, 103, 167);
|
||||||
|
|
@ -105,7 +111,7 @@ time,
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 75%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag {
|
.tag {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue