aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-03-10 02:37:32 +0900
committernsfisis <nsfisis@gmail.com>2023-03-10 02:37:32 +0900
commit98459875cdb8374bc1a36476c4a0e102cfa08e0e (patch)
tree8daaecb8c67c668b5ca91883244eb409edf198d9
parent270b15e7f5cc6f3f15cced12d332d17fe5a80205 (diff)
downloadblog.nsfisis.dev-98459875cdb8374bc1a36476c4a0e102cfa08e0e.tar.gz
blog.nsfisis.dev-98459875cdb8374bc1a36476c4a0e102cfa08e0e.tar.zst
blog.nsfisis.dev-98459875cdb8374bc1a36476c4a0e102cfa08e0e.zip
style: widen content's width
-rw-r--r--public/posts/2021-03-05/my-first-post/index.html2
-rw-r--r--public/posts/2021-03-30/phperkaigi-2021/index.html2
-rw-r--r--public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html2
-rw-r--r--public/posts/2021-10-02/python-unbound-local-error/index.html2
-rw-r--r--public/posts/2021-10-02/ruby-detect-running-implementation/index.html2
-rw-r--r--public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html2
-rw-r--r--public/posts/2021-10-02/rust-where-are-primitive-types-from/index.html2
-rw-r--r--public/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html2
-rw-r--r--public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html2
-rw-r--r--public/posts/2022-04-09/phperkaigi-2022-tokens/index.html2
-rw-r--r--public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html2
-rw-r--r--public/posts/2022-05-01/phperkaigi-2022/index.html2
-rw-r--r--public/posts/2022-08-27/php-conference-okinawa-code-golf/index.html2
-rw-r--r--public/posts/2022-08-31/support-for-communty-is-employee-benefits/index.html2
-rw-r--r--public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html2
-rw-r--r--public/posts/2022-10-23/phperkaigi-2023-unused-token-quiz-1/index.html2
-rw-r--r--public/posts/2022-10-28/setup-server-for-this-site/index.html2
-rw-r--r--public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html2
-rw-r--r--public/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/index.html2
-rw-r--r--public/posts/2023-03-10/rewrite-this-blog-generator/index.html2
-rw-r--r--public/posts/index.html2
-rw-r--r--public/style.css2
-rw-r--r--public/tags/conference/index.html2
-rw-r--r--public/tags/cpp/index.html2
-rw-r--r--public/tags/cpp17/index.html2
-rw-r--r--public/tags/note-to-self/index.html2
-rw-r--r--public/tags/php/index.html2
-rw-r--r--public/tags/phpcon/index.html2
-rw-r--r--public/tags/phperkaigi/index.html2
-rw-r--r--public/tags/python/index.html2
-rw-r--r--public/tags/python3/index.html2
-rw-r--r--public/tags/ruby/index.html2
-rw-r--r--public/tags/ruby3/index.html2
-rw-r--r--public/tags/rust/index.html2
-rw-r--r--public/tags/vim/index.html2
-rw-r--r--static/style.css2
36 files changed, 36 insertions, 36 deletions
diff --git a/public/posts/2021-03-05/my-first-post/index.html b/public/posts/2021-03-05/my-first-post/index.html
index 6096bec..539897c 100644
--- a/public/posts/2021-03-05/my-first-post/index.html
+++ b/public/posts/2021-03-05/my-first-post/index.html
@@ -9,7 +9,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>My First Post | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="single">
diff --git a/public/posts/2021-03-30/phperkaigi-2021/index.html b/public/posts/2021-03-30/phperkaigi-2021/index.html
index 0d0e484..8ad79e4 100644
--- a/public/posts/2021-03-30/phperkaigi-2021/index.html
+++ b/public/posts/2021-03-30/phperkaigi-2021/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>PHPerKaigi 2021 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="single">
diff --git a/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html b/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html
index e52be97..479520e 100644
--- a/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html
+++ b/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>【C++】 属性構文の属性名にはキーワードが使える | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="single">
diff --git a/public/posts/2021-10-02/python-unbound-local-error/index.html b/public/posts/2021-10-02/python-unbound-local-error/index.html
index fc89419..fa0b1db 100644
--- a/public/posts/2021-10-02/python-unbound-local-error/index.html
+++ b/public/posts/2021-10-02/python-unbound-local-error/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>【Python】 クロージャとUnboundLocalError: local variable &apos;x&apos; referenced before assignment | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="single">
diff --git a/public/posts/2021-10-02/ruby-detect-running-implementation/index.html b/public/posts/2021-10-02/ruby-detect-running-implementation/index.html
index d12d6cd..08700c4 100644
--- a/public/posts/2021-10-02/ruby-detect-running-implementation/index.html
+++ b/public/posts/2021-10-02/ruby-detect-running-implementation/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>【Ruby】 自身を実行している処理系の種類を判定する | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="single">
diff --git a/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html b/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html
index 6f77880..1def6b6 100644
--- a/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html
+++ b/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>【Ruby】 then キーワードと case in | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="single">
diff --git a/public/posts/2021-10-02/rust-where-are-primitive-types-from/index.html b/public/posts/2021-10-02/rust-where-are-primitive-types-from/index.html
index bd244ee..8879a79 100644
--- a/public/posts/2021-10-02/rust-where-are-primitive-types-from/index.html
+++ b/public/posts/2021-10-02/rust-where-are-primitive-types-from/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>Rust のプリミティブ型はどこからやって来るか | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="single">
diff --git a/public/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html b/public/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html
index 5b3a39c..5fc12fc 100644
--- a/public/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html
+++ b/public/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>【Vim】 autocmd events の BufWrite/BufWritePre の違い | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="single">
diff --git a/public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html b/public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html
index 530690d..afe6ba9 100644
--- a/public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html
+++ b/public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>Vimで選択した行の順番を入れ替える | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="single">
diff --git a/public/posts/2022-04-09/phperkaigi-2022-tokens/index.html b/public/posts/2022-04-09/phperkaigi-2022-tokens/index.html
index 27a72b0..aee9c7c 100644
--- a/public/posts/2022-04-09/phperkaigi-2022-tokens/index.html
+++ b/public/posts/2022-04-09/phperkaigi-2022-tokens/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>PHPerKaigi 2022 トークン問題の解説 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="single">
diff --git a/public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html b/public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html
index 667a17e..5acfb32 100644
--- a/public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html
+++ b/public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html
@@ -9,7 +9,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>term-banner: ターミナルにバナーを表示するツールを書いた | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="single">
diff --git a/public/posts/2022-05-01/phperkaigi-2022/index.html b/public/posts/2022-05-01/phperkaigi-2022/index.html
index 2bd490e..3b8748e 100644
--- a/public/posts/2022-05-01/phperkaigi-2022/index.html
+++ b/public/posts/2022-05-01/phperkaigi-2022/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>PHPerKaigi 2022 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="single">
diff --git a/public/posts/2022-08-27/php-conference-okinawa-code-golf/index.html b/public/posts/2022-08-27/php-conference-okinawa-code-golf/index.html
index 1bdf92c..d8b8502 100644
--- a/public/posts/2022-08-27/php-conference-okinawa-code-golf/index.html
+++ b/public/posts/2022-08-27/php-conference-okinawa-code-golf/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>PHP カンファレンス沖縄で出題されたコードゴルフの問題を解いてみた | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="single">
diff --git a/public/posts/2022-08-31/support-for-communty-is-employee-benefits/index.html b/public/posts/2022-08-31/support-for-communty-is-employee-benefits/index.html
index 76de31f..1b7f76c 100644
--- a/public/posts/2022-08-31/support-for-communty-is-employee-benefits/index.html
+++ b/public/posts/2022-08-31/support-for-communty-is-employee-benefits/index.html
@@ -9,7 +9,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>弊社の PHP Foundation への寄付に寄せて | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="single">
diff --git a/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html b/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html
index 64a1d93..b121725 100644
--- a/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html
+++ b/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>【PHP】 fizzbuzz を書く。1行あたり2文字で。 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="single">
diff --git a/public/posts/2022-10-23/phperkaigi-2023-unused-token-quiz-1/index.html b/public/posts/2022-10-23/phperkaigi-2023-unused-token-quiz-1/index.html
index cdec236..da4cfea 100644
--- a/public/posts/2022-10-23/phperkaigi-2023-unused-token-quiz-1/index.html
+++ b/public/posts/2022-10-23/phperkaigi-2023-unused-token-quiz-1/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>PHPerKaigi 2023: ボツになったトークン問題 その 1 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="single">
diff --git a/public/posts/2022-10-28/setup-server-for-this-site/index.html b/public/posts/2022-10-28/setup-server-for-this-site/index.html
index bad6cfe..7f45478 100644
--- a/public/posts/2022-10-28/setup-server-for-this-site/index.html
+++ b/public/posts/2022-10-28/setup-server-for-this-site/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>【備忘録】 このサイト用の VPS をセットアップしたときのメモ | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="single">
diff --git a/public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html b/public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html
index 2bca526..f080c5e 100644
--- a/public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html
+++ b/public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>PHPerKaigi 2023: ボツになったトークン問題 その 2 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="single">
diff --git a/public/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/index.html b/public/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/index.html
index b45de4a..6f9586a 100644
--- a/public/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/index.html
+++ b/public/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>PHPerKaigi 2023: ボツになったトークン問題 その 3 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="single">
diff --git a/public/posts/2023-03-10/rewrite-this-blog-generator/index.html b/public/posts/2023-03-10/rewrite-this-blog-generator/index.html
index a517b70..e616cb1 100644
--- a/public/posts/2023-03-10/rewrite-this-blog-generator/index.html
+++ b/public/posts/2023-03-10/rewrite-this-blog-generator/index.html
@@ -9,7 +9,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>このブログのジェネレータを書き直した | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="single">
diff --git a/public/posts/index.html b/public/posts/index.html
index bfaf834..b1cca3a 100644
--- a/public/posts/index.html
+++ b/public/posts/index.html
@@ -9,7 +9,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>投稿一覧 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="list">
diff --git a/public/style.css b/public/style.css
index ef2dea5..203a798 100644
--- a/public/style.css
+++ b/public/style.css
@@ -12,7 +12,7 @@
--gap: 24px;
--content-gap: 40px;
--nav-width: 1024px;
- --main-width: 640px;
+ --main-width: max(50%, 640px);
--header-height: 60px;
--footer-height: 60px;
--radius: 8px;
diff --git a/public/tags/conference/index.html b/public/tags/conference/index.html
index d47653e..d57957d 100644
--- a/public/tags/conference/index.html
+++ b/public/tags/conference/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>カンファレンス | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="list">
diff --git a/public/tags/cpp/index.html b/public/tags/cpp/index.html
index dfc899a..6f73767 100644
--- a/public/tags/cpp/index.html
+++ b/public/tags/cpp/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>C++ | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="list">
diff --git a/public/tags/cpp17/index.html b/public/tags/cpp17/index.html
index 0fd15a8..b94f92f 100644
--- a/public/tags/cpp17/index.html
+++ b/public/tags/cpp17/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>C++ 17 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="list">
diff --git a/public/tags/note-to-self/index.html b/public/tags/note-to-self/index.html
index bf2951b..b317128 100644
--- a/public/tags/note-to-self/index.html
+++ b/public/tags/note-to-self/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>備忘録 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="list">
diff --git a/public/tags/php/index.html b/public/tags/php/index.html
index fa4a753..4373e8c 100644
--- a/public/tags/php/index.html
+++ b/public/tags/php/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>PHP | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="list">
diff --git a/public/tags/phpcon/index.html b/public/tags/phpcon/index.html
index eab2343..caf4c32 100644
--- a/public/tags/phpcon/index.html
+++ b/public/tags/phpcon/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>PHP カンファレンス | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="list">
diff --git a/public/tags/phperkaigi/index.html b/public/tags/phperkaigi/index.html
index 86c2bcc..cbdf633 100644
--- a/public/tags/phperkaigi/index.html
+++ b/public/tags/phperkaigi/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>PHPerKaigi | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="list">
diff --git a/public/tags/python/index.html b/public/tags/python/index.html
index 95d4c5f..05004e8 100644
--- a/public/tags/python/index.html
+++ b/public/tags/python/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>Python | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="list">
diff --git a/public/tags/python3/index.html b/public/tags/python3/index.html
index 39ccf1f..c35e3d1 100644
--- a/public/tags/python3/index.html
+++ b/public/tags/python3/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>Python 3 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="list">
diff --git a/public/tags/ruby/index.html b/public/tags/ruby/index.html
index c0a5943..4bda2c4 100644
--- a/public/tags/ruby/index.html
+++ b/public/tags/ruby/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>Ruby | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="list">
diff --git a/public/tags/ruby3/index.html b/public/tags/ruby3/index.html
index 30c642b..a103334 100644
--- a/public/tags/ruby3/index.html
+++ b/public/tags/ruby3/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>Ruby 3 | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="list">
diff --git a/public/tags/rust/index.html b/public/tags/rust/index.html
index 23f2c19..1a1ce58 100644
--- a/public/tags/rust/index.html
+++ b/public/tags/rust/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>Rust | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="list">
diff --git a/public/tags/vim/index.html b/public/tags/vim/index.html
index d264289..a9bc5fb 100644
--- a/public/tags/vim/index.html
+++ b/public/tags/vim/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>Vim | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/hl.css?h=208c52e3b7c9db1cad782c5d30b4698f">
- <link rel="stylesheet" href="/style.css?h=779b1a3debcaeba619f6fe500e93d525">
+ <link rel="stylesheet" href="/style.css?h=2923268d00d2a2482f8dc7103353c3f9">
<link rel="stylesheet" href="/custom.css?h=38829d5e1dc8776c51bbc34984de8807">
</head>
<body class="list">
diff --git a/static/style.css b/static/style.css
index ef2dea5..203a798 100644
--- a/static/style.css
+++ b/static/style.css
@@ -12,7 +12,7 @@
--gap: 24px;
--content-gap: 40px;
--nav-width: 1024px;
- --main-width: 640px;
+ --main-width: max(50%, 640px);
--header-height: 60px;
--footer-height: 60px;
--radius: 8px;