Browse Source

refine the ad a bit more

pull/253/head
connors 11 years ago
parent
commit
373b0e191b
  1. 34
      sass/docs.scss

34
sass/docs.scss

@ -40,10 +40,24 @@ body {
content: ''; content: '';
} }
} }
.docs-header-content { .docs-logo {
text-align: center; width: 70px;
height: 70px;
margin: 0 auto 15px;
color: #fff;
font-weight: 300;
line-height: 68px;
border: 1px solid #fff;
border-radius: 40px;
}
.docs-nav {
position: absolute;
right: 20px;
top: 20px;
color: #fff;
} }
.docs-header-content { .docs-header-content {
text-align: center;
padding: 50px 10px; padding: 50px 10px;
@include animation-name(fadeintext); @include animation-name(fadeintext);
@include animation-duration(3s); @include animation-duration(3s);
@ -562,22 +576,6 @@ hr {
display: inline-block; display: inline-block;
} }
} }
.docs-logo {
width: 70px;
height: 70px;
margin: 0 auto 15px;
color: #fff;
font-weight: 300;
line-height: 68px;
border: 1px solid #fff;
border-radius: 40px;
}
.docs-nav {
position: absolute;
right: 20px;
top: 20px;
color: #fff;
}
// Social // Social
.social { .social {

Loading…
Cancel
Save