Skip to content

Commit 0d918c5

Browse files
save file
1 parent 72bd711 commit 0d918c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

blog/25-07-24/http-server/http-server.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,17 +153,17 @@
153153

154154

155155
#web-page
156-
{display:flex;flex-direction:column;gap:10px}
156+
{display:flex;flex-direction:column;gap:10px;margin-top:30px}
157157

158158
#web-page-hdr
159-
{display:flex;gap:10px}
159+
{display:flex;gap:5px}
160160
#web-page-url
161161
{flex:1}
162162
#web-page-go
163-
{border:1px solid lightgray;cursor:pointer;padding:1px}
163+
{border:1px solid lightgray;cursor:pointer;padding:4px;box-sizing:border-box;width:32px;height:32px}
164164

165165
iframe
166-
{height:500px;border:1px solid lightgray;box-sizing:border-box;margin:10px}
166+
{height:500px;border:1px solid lightgray;box-sizing:border-box}
167167

168168

169169
input

0 commit comments

Comments
 (0)