We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7025020 commit c99c1e2Copy full SHA for c99c1e2
index.html
@@ -5,6 +5,7 @@
5
<meta name="viewport" content="width=device-width, initial-scale=1" />
6
<meta name="theme-color" content="#212121" />
7
<title>BKKHack</title>
8
+ <link rel="icon" href="img/logo.png" />
9
<link href="https://fonts.googleapis.com/css?family=Droid+Sans" rel="stylesheet" />
10
<link rel="stylesheet" href="style/site.css" />
11
</head>
style/site.css
@@ -31,7 +31,7 @@ body {
31
min-height:100%;
32
}
33
.tag-line {
34
- padding:120px 0 0 20px;
+ padding:90px 0 0 20px;
35
float:left;
36
37
header {
0 commit comments