Compare commits
No commits in common. "e43a1a7b565ea143e831a972b5bf258d9f230635" and "54c57017e1f46c16723c6c32840b362989a3d271" have entirely different histories.
e43a1a7b56
...
54c57017e1
2 changed files with 1 additions and 8 deletions
|
|
@ -2,7 +2,6 @@
|
|||
<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,12 +79,6 @@ 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);
|
||||
|
|
@ -111,7 +105,7 @@ time,
|
|||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
max-width: 75%;
|
||||
}
|
||||
|
||||
.tag {
|
||||
|
|
|
|||
Loading…
Reference in a new issue