This commit is contained in:
connors 2014-02-22 18:43:20 -08:00
Родитель 300fae7226
Коммит 373b0e191b
1 изменённых файлов: 16 добавлений и 18 удалений

Просмотреть файл

@ -40,10 +40,24 @@ body {
content: '';
}
}
.docs-header-content {
text-align: center;
.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;
}
.docs-header-content {
text-align: center;
padding: 50px 10px;
@include animation-name(fadeintext);
@include animation-duration(3s);
@ -562,22 +576,6 @@ hr {
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 {