Commit 420b88b404ed5831d4e95acd48432864527f4bb1
Fix logo size and reduce margin-top of nav menu
- Reduced logo size in the header.
- Reduced margin-top of nav menu
| | | | 34 | position: relative; | 34 | position: relative; |
---|
35 | font-family: Arial,Helvetica,sans-serif; | 35 | font-family: Arial,Helvetica,sans-serif; |
---|
36 | font-size: 12px; | 36 | font-size: 12px; |
---|
37 | margin-top: 25px; | | margin-top: 25px; |
---|
| | 37 | margin-top: 15px; | 38 | height: 41px; | 38 | height: 41px; |
---|
39 | background: none repeat scroll 0% 0% #000; | 39 | background: none repeat scroll 0% 0% #000; |
---|
40 | } | 40 | } |
---|