[READ-ONLY] Mirror of https://github.com/mrgnw/djangular.
0

Configure Feed

Select the types of activity you want to include in your feed.

djangular / apps / public / static / css / portfolio.css
263 B 19 lines
1body { 2 margin-top: 50px; /* 50px is the height of the navbar - change this if the navbarn height changes */ 3} 4 5.header { 6 margin-bottom: 20px; 7} 8 9.portfolio-item { 10 margin-bottom: 25px; 11} 12 13.img-thumbnail { 14 border:0; 15} 16 17footer { 18 margin: 50px 0; 19}