diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 2 | ||||
| -rw-r--r-- | docs/style.css | 26 |
2 files changed, 1 insertions, 27 deletions
diff --git a/docs/index.html b/docs/index.html index 960a5f5..7f4ae07 100644 --- a/docs/index.html +++ b/docs/index.html @@ -28,7 +28,7 @@ </header> <main class="main"> -<article class="first-entry"> +<article class="post-entry"> <header class="entry-header"> <h2>term-banner: ターミナルにバナーを表示するツールを書いた</h2> </header> diff --git a/docs/style.css b/docs/style.css index dd7407a..3430aaf 100644 --- a/docs/style.css +++ b/docs/style.css @@ -198,32 +198,6 @@ img { } /* Post entry -------------------------------------------------- */ -.first-entry { - position: relative; - display: flex; - flex-direction: column; - justify-content: center; - height: 320px; - margin-bottom: var(--header-height); -} -.first-entry .entry-header { - overflow: hidden; - display: -webkit-box; - -webkit-box-orient: vertical; - -webkit-line-clamp: 3; -} -.first-entry .entry-header h2 { - font-size: 40px; -} -.first-entry .entry-content { - margin-top: 14px; - margin-bottom: 14px; - font-size: 16px; - -webkit-line-clamp: 3; -} -.first-entry .entry-footer { - font-size: 14px; -} .post-entry { position: relative; margin-bottom: var(--gap); |
