Skip to content

Commit

Permalink
fix postion
Browse files Browse the repository at this point in the history
  • Loading branch information
denghongcai committed Dec 30, 2015
1 parent cd21ae7 commit dd16746
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,21 @@ body {
line-height: 1.4285em;
}

.main.menu {
.menu {
border-radius:0;
border: none;
box-shadow: none;
transition: box-shadow 0.5s ease, padding 0.5s ease;
}

.main.menu .item img.logo {
.menu .item img.logo {
margin-right: 1.5em;
}

.main.container {
margin-top: 7em;
}

#mailcard {
width: 100% !important;
}
Expand Down

0 comments on commit dd16746

Please sign in to comment.