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 kuosman committed Apr 15, 2020
1 parent b62529b commit 9f8f767
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
@@ -182,7 +182,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%;
@@ -191,13 +191,13 @@ img {
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .8);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}
.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;
}

@@ -207,14 +207,14 @@ 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);
-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
}

.navbar-custom .avatar-container .avatar-img {
.navbar-custom .avatar-container .avatar-img {
width: 100%;
}
}
@@ -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%;
@@ -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 {
@@ -632,7 +632,7 @@ footer .theme-by {
}

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

0 comments on commit 9f8f767

Please sign in to comment.