Skip to content

Commit

Permalink
removed double spaces (daattali#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
benattali authored and Cadiboo committed May 10, 2020
1 parent 48bc178 commit 9279a67
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ img {
width: 50px;
margin-top: -25px;
}
.navbar-custom .avatar-container .avatar-img-border {
.navbar-custom .avatar-container .avatar-img-border {
width: 100%;
border-radius: 50%;
margin-left: -50%;
Expand All @@ -187,13 +187,13 @@ img {
-webkit-box-shadow: 0 0 5px {{ site.avatar-shadow }};
-moz-box-shadow: 0 0 8px {{ site.avatar-shadow }};
}
.navbar-custom .avatar-container .avatar-img {
.navbar-custom .avatar-container .avatar-img {
width: 100%;
border-radius: 50%;
display: block;
}

.navbar-custom.top-nav-expanded .avatar-container {
.navbar-custom.top-nav-expanded .avatar-container {
display: none;
}

Expand All @@ -203,7 +203,7 @@ img {
margin-top: -50px;
}

.navbar-custom .avatar-container .avatar-img-border {
.navbar-custom .avatar-container .avatar-img-border {
width: 100%;
/*
box-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
Expand All @@ -215,7 +215,7 @@ img {
-moz-box-shadow: 1px 1px 2px {{ site.avatar-shadow }};
}

.navbar-custom .avatar-container .avatar-img {
.navbar-custom .avatar-container .avatar-img {
width: 100%;
}
}
Expand Down Expand Up @@ -456,7 +456,7 @@ footer .theme-by {
margin-top: 51px; /* The small navbar is 50px tall + 1px border */
margin-bottom: 35px;
}
.intro-header.big-img .big-img-transition {
.intro-header.big-img .big-img-transition {
position: absolute;
width: 100%;
height: 100%;
Expand Down Expand Up @@ -527,10 +527,10 @@ footer .theme-by {
margin-top: 130px;
}
.intro-header.big-img {
margin-top: 91px; /* Full navbar is small navbar + 20px padding on each side when expanded */
margin-top: 91px; /* Full navbar is small navbar + 20px padding on each side when expanded */
}
.intro-header.big-img .page-heading,
.intro-header.big-img .post-heading {
.intro-header.big-img .post-heading {
padding: 150px 0;
}
.intro-header .page-heading h1 {
Expand Down Expand Up @@ -632,7 +632,7 @@ footer .theme-by {
}

@media only screen and (min-width: 768px) {
.pager.blog-pager {
.pager.blog-pager {
margin-top: 10px;
}
}
Expand Down

0 comments on commit 9279a67

Please sign in to comment.