Subtracted the padding in sections of content
Amplified the offset Scrollspy for adapte to new margin-top.
This commit is contained in:
parent
8f38ba52a3
commit
d241d0bb94
2 changed files with 6 additions and 7 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
{% include head.html %}
|
||||
|
||||
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top" data-offset="51">
|
||||
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top" data-offset="151">
|
||||
|
||||
{% include navigation.html %}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue