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