diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-03-18 19:42:37 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-03-18 19:42:37 +0900 |
| commit | 032dc3c5e6d0ef84a9f4ea6be10e19b7f43c53b8 (patch) | |
| tree | 0909d231d62f43f3d2a3b7e1bd9dddf3a7be365e /public/style.css | |
| parent | 1301f9d35cec5d24b772518b1daa7ffe15684525 (diff) | |
| download | blog.nsfisis.dev-032dc3c5e6d0ef84a9f4ea6be10e19b7f43c53b8.tar.gz blog.nsfisis.dev-032dc3c5e6d0ef84a9f4ea6be10e19b7f43c53b8.tar.zst blog.nsfisis.dev-032dc3c5e6d0ef84a9f4ea6be10e19b7f43c53b8.zip | |
feat(content): add /tags/ page
Diffstat (limited to 'public/style.css')
| -rw-r--r-- | public/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/style.css b/public/style.css index a813c21..2376133 100644 --- a/public/style.css +++ b/public/style.css @@ -185,7 +185,8 @@ h1 { font-weight: bold; } -article.post-entry { +.post-entry { + min-width: calc(min(900px, 100vw - 2rem)); background-color: #f5f5f5; border-radius: 10px; padding: 1.5rem; |
