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 c51dbf3 commit 5df1ac3Copy full SHA for 5df1ac3
assets/images/logo_background.png
1 KB
assets/style.css
@@ -8,7 +8,9 @@ body {
8
9
#container { margin:0 auto; width:1150px; max-width:100%; }
10
11
-#logo { margin-left:13em; margin-top: 1.5em; }
+#logo { margin-left:13em; margin-top: 1.5em; padding: 2.0em 0 0 2.0em;
12
+ background-image:url("images/logo_background.png");
13
+ background-repeat:no-repeat; background-origin:border-box; }
14
#logo h1 { font-weight:normal; margin:0; line-height:100%; }
15
#logo h3 { font-weight:normal; margin:0; line-height:100%; }
16
notes/todo.txt
@@ -1,7 +1,4 @@
1
-Filter by username. (Sudnep's suggestion)
2
-
3
Write What Is This and How Does It Work texts.
4
-Design logo.
5
6
Show clips created during that stream.
7
Mobile view. (check hckrnews)
0 commit comments