Commit 120a4837b8366c644c9ed3c6edf454ac84814070

Authored by Carlos Coêlho
1 parent 92acf3d9
Exists in master

Removed blank space on margin-top

Signed-off-by: Carlos Oliveira <carlospecter@gmail.com>
Signed-off-by: Melissa Wen <melissa.srw@gmail.com>
Signed-off-by: Peter Lima <peterlima@gmail.com>
Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
static/css/screen.css
... ... @@ -7,6 +7,10 @@ body {
7 7 bottom: 0;
8 8 }
9 9  
  10 +#main-content {
  11 + margin-top: 0;
  12 +}
  13 +
10 14 li hr {
11 15 margin: 10px 0;
12 16 }
... ...