Browse Source

reduced the bottom padding for index main and about pages

master
Cristina Cochior 4 years ago
parent
commit
e314d2587a
  1. 2
      static/css/style.css

2
static/css/style.css

@ -66,7 +66,7 @@ div#top{
div#bottom{
padding-top: 4em;
padding-bottom: 4em;
padding-bottom: 2em;
position: absolute;
width: 100%;
}

Loading…
Cancel
Save