We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fce27b commit 023d1c9Copy full SHA for 023d1c9
themes/pico/css/blog.css
@@ -2,6 +2,13 @@ main {
2
width: 400px;
3
}
4
5
+/* Styles for mobile screens */
6
+@media (max-width: 600px) {
7
+ main {
8
+ width: 100%;
9
+ }
10
+}
11
+
12
.footnotes li,
13
.footnotes p {
14
font-size: .8em;
themes/pico/html/base.html
@@ -27,6 +27,7 @@ <h4>
27
<a href="/" id="home">zuzhi</a>
28
<a href="/archives.html">archives</a>
29
<a href="/til.html">til</a>
30
+ <a href="https://progress.huzuzhi.com">progress</a>
31
<a href="https://github.com/zuzhi">github</a>
32
<a href="https://x.com/huzuzhi">x</a>
33
</h4>
0 commit comments