Skip to content

Commit a62d2d5

Browse files
save file
1 parent 9c2970a commit a62d2d5

File tree

1 file changed

+37
-6
lines changed

1 file changed

+37
-6
lines changed

blog/25-08-27/how-to-download-a-github-directory/how-to-download-a-github-directory.html

Lines changed: 37 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -154,16 +154,47 @@
154154
html
155155
{height:100%;font-family:arial}
156156
body
157-
{min-height:calc(100% - 40px);display:flex;flex-direction:column;gap:10px;margin:20px;align-items:center;
157+
{min-height:calc(100% - 40px);display:flex;flex-direction:column;gap:20px;margin:20px;align-items:center;
158158
padding-bottom:200px;
159159
}
160160
body>*
161-
{max-width:1400px;width:100%;padding:0 20px;}
161+
{max-width:1400px;width:100%}
162162

163-
/*
164-
body
165-
{height:calc(100% - 20px);margin:20px}
166-
*/
163+
[component]
164+
{display:none}
165+
166+
.description
167+
{max-width:1000px;text-align:justify;border-left:4px solid #4a90e2;padding:1rem 2rem;
168+
background-color:#f9f9f9;font-family:system-ui,sans-serif;font-size:1rem;line-height:1.6;color:#333}
169+
.description>p
170+
{margin:0}
171+
.description > p+p
172+
{margin:10px 0}
173+
174+
code
175+
{font-family:monospace;background:whitesmoke}
176+
code.inline
177+
{display:inline;padding:5px 10px}
178+
179+
a
180+
{color:#4a90e2;text-decoration:none;font-weight:500}
181+
a:hover
182+
{text-decoration:underline}
183+
.link-domain
184+
{font-size:0.85rem;color:#777;margin-left:0.25rem}
185+
.link-domain::before
186+
{content:'['}
187+
.link-domain::after
188+
{content:']'}
189+
.link-txt
190+
{}
191+
192+
input
193+
{font-size:16px;padding:5px 7px;box-sizing:border-box;}
194+
input[type=button]
195+
{cursor:pointer}
196+
197+
167198

168199

169200
p

0 commit comments

Comments
 (0)