Subtracted the padding in sections of content

Amplified the offset Scrollspy for adapte to new margin-top.
This commit is contained in:
Jorge Arias 2015-11-14 18:25:35 -03:00
parent 8f38ba52a3
commit d241d0bb94
2 changed files with 6 additions and 7 deletions

View file

@ -213,7 +213,12 @@ a {
}
.content-section {
margin-top: 100px;
padding-top: 100px;
@media(min-width:767px) {
margin-top: 125px;
padding-top: 125px;
}
/* Added in { Personal } for responsive images in posts and section contents */
img {
display: block;
@ -231,12 +236,6 @@ a {
}
}
@media(min-width:767px) {
.content-section {
padding-top: 250px;
}
}
/* Added in { Personal } */
ul.social-buttons li a {
display: block;