Skip to content

Commit

Permalink
[fix] fix display of landing page
Browse files Browse the repository at this point in the history
- change styling of landing page to fix floating
  menu
  • Loading branch information
collinmutembei committed Mar 25, 2016
1 parent d75afee commit a2fac5c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app/templates/static/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ html, body {

body {
background: url(../images/bgpattern.png) repeat center center fixed;
position: relative;
display:flex;
justify-content: center;
align-items:center;
flex-wrap:wrap;
padding:0;
margin:0;
color: #fff;
}

Expand All @@ -23,6 +16,7 @@ body {
}

.navbar-default {
position: relative;
background-color: transparent;
border: transparent;

Expand Down

0 comments on commit a2fac5c

Please sign in to comment.