Browse Source

fix postion

Hongcai Deng 9 years ago
parent
commit
dd16746cdf
1 changed files with 6 additions and 2 deletions
  1. 6 2
      public/css/app.css

+ 6 - 2
public/css/app.css

@@ -5,17 +5,21 @@ body {
     line-height: 1.4285em;
     line-height: 1.4285em;
 }
 }
 
 
-.main.menu {
+.menu {
     border-radius:0;
     border-radius:0;
     border: none;
     border: none;
     box-shadow: none;
     box-shadow: none;
     transition: box-shadow 0.5s ease, padding 0.5s ease;
     transition: box-shadow 0.5s ease, padding 0.5s ease;
 }
 }
 
 
-.main.menu .item img.logo {
+.menu .item img.logo {
     margin-right: 1.5em;
     margin-right: 1.5em;
 }
 }
 
 
+.main.container {
+    margin-top: 7em;
+}
+
 #mailcard {
 #mailcard {
     width: 100% !important;
     width: 100% !important;
 }
 }