v0.1.9 포스트 레이아웃 폭 오류 수정
This commit is contained in:
@@ -975,7 +975,7 @@ input {
|
|||||||
height: 56px;
|
height: 56px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-template {
|
.post-article {
|
||||||
max-width: var(--content-header);
|
max-width: var(--content-header);
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 18px 0 10px;
|
padding: 18px 0 10px;
|
||||||
@@ -1320,7 +1320,7 @@ input {
|
|||||||
padding-inline: 0;
|
padding-inline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-template {
|
.post-article {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ghost-theme-thred-clone",
|
"name": "ghost-theme-thred-clone",
|
||||||
"version": "0.1.8",
|
"version": "0.1.9",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "A Ghost theme inspired by the Thred reference layout.",
|
"description": "A Ghost theme inspired by the Thred reference layout.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
2
post.hbs
2
post.hbs
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{{#post}}
|
{{#post}}
|
||||||
<main class="content-area content-area--post">
|
<main class="content-area content-area--post">
|
||||||
<article class="post-template {{post_class}}">
|
<article class="post-article {{post_class}}">
|
||||||
<header class="post-header">
|
<header class="post-header">
|
||||||
<div class="post-header__inner">
|
<div class="post-header__inner">
|
||||||
{{#if primary_tag}}
|
{{#if primary_tag}}
|
||||||
|
|||||||
Reference in New Issue
Block a user