|
|
@ -102,12 +102,12 @@ h2 { |
|
|
|
.profile h1 { |
|
|
|
font-weight: 400; |
|
|
|
letter-spacing: 0px; |
|
|
|
font-size: 20px; |
|
|
|
font-size: 140%; |
|
|
|
color: #222; |
|
|
|
} |
|
|
|
|
|
|
|
.profile h2 { |
|
|
|
font-size: 20px; |
|
|
|
font-size: 110%; |
|
|
|
font-weight: 300; |
|
|
|
color: #aaa; |
|
|
|
margin-top: 10px; |
|
|
@ -118,14 +118,10 @@ h2 { |
|
|
|
|
|
|
|
nav.main-nav { |
|
|
|
padding: 20px 20px 0; |
|
|
|
|
|
|
|
/*max-width: 600px;*/ |
|
|
|
/*width:100%;*/ |
|
|
|
background: #fff; |
|
|
|
background: rgba(255,255,255,.90); |
|
|
|
margin: 0 auto; |
|
|
|
text-align: right; |
|
|
|
/*position: fixed;*/ |
|
|
|
z-index: 100; |
|
|
|
} |
|
|
|
|
|
|
|