Skip to content

Commit c99c1e2

Browse files
committed
add favicon
1 parent 7025020 commit c99c1e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<meta name="theme-color" content="#212121" />
77
<title>BKKHack</title>
8+
<link rel="icon" href="img/logo.png" />
89
<link href="https://fonts.googleapis.com/css?family=Droid+Sans" rel="stylesheet" />
910
<link rel="stylesheet" href="style/site.css" />
1011
</head>

style/site.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ body {
3131
min-height:100%;
3232
}
3333
.tag-line {
34-
padding:120px 0 0 20px;
34+
padding:90px 0 0 20px;
3535
float:left;
3636
}
3737
header {

0 commit comments

Comments
 (0)