Skip to content

Commit 023d1c9

Browse files
committed
add link to my progress app
1 parent 6fce27b commit 023d1c9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

themes/pico/css/blog.css

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ main {
22
width: 400px;
33
}
44

5+
/* Styles for mobile screens */
6+
@media (max-width: 600px) {
7+
main {
8+
width: 100%;
9+
}
10+
}
11+
512
.footnotes li,
613
.footnotes p {
714
font-size: .8em;

themes/pico/html/base.html

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ <h4>
2727
<a href="/" id="home">zuzhi</a>
2828
<a href="/archives.html">archives</a>
2929
<a href="/til.html">til</a>
30+
<a href="https://progress.huzuzhi.com">progress</a>
3031
<a href="https://github.com/zuzhi">github</a>
3132
<a href="https://x.com/huzuzhi">x</a>
3233
</h4>

0 commit comments

Comments
 (0)