Fix padding
authorReda Lazri <the.red.shortcut@gmail.com>
Wed, 12 Nov 2014 14:10:39 +0000 (15:10 +0100)
committerReda Lazri <the.red.shortcut@gmail.com>
Wed, 12 Nov 2014 14:10:39 +0000 (15:10 +0100)
stylesheet.css

index e6962025ea6ef687aac7a694ca838d66f1fb4252..2e961da35da191d06858a042001953fef05fca0c 100755 (executable)
@@ -94,7 +94,7 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
   background-color: white;
   border-radius: 100px;
   text-align: center;
-  width: 675px;
+  width: 663px;
   height: 2.55556em;
   margin: auto;
 }
@@ -104,22 +104,22 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
   font-weight: bold;
   list-style-type: none;
   border-right: 1px #9BD2BF solid;
-  padding: 0 10px 0 10px;
+  padding: 0 45px 0 45px;
   line-height: 2.9;
   float: left;
-  width: 170px;
+/*   width: 170px; */
   height: 2.85556em;
 }
 
 .navbar li:first-child {
   border-radius: 100px 0 0 100px;
-  width: 160px;
+/*   width: 160px; */
 }
 
 .navbar li:last-child {
   border-right: 0;
   border-radius: 0 100px 100px 0;
-  width: 92px;
+/*   width: 92px; */
 }
 .navbar li:hover {
   background-color: #FFDD55;