Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 6b4702d

Browse files
committedFeb 25, 2014
fix header in top
1 parent f62f582 commit 6b4702d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

Diff for: ‎public/css/style.css

+9
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ a, .btn, .lbl {
1414
height: 60px;
1515
background: #282828;
1616
line-height: 60px;
17+
position: fixed;
18+
top:0;
19+
width: 100%;
20+
box-shadow: 0 0 8px #888;
1721
}
1822

1923
#header .logo {
@@ -61,6 +65,11 @@ a, .btn, .lbl {
6165
color: white !important;
6266
}
6367

68+
#main{
69+
margin-top: 60px;
70+
padding-top: 1px;
71+
}
72+
6473
/* hero container */
6574
#hero {
6675
background: #EEE;

0 commit comments

Comments
 (0)
This repository has been archived.