Skip to content

Commit

Permalink
#161 Adjust left padding on author
Browse files Browse the repository at this point in the history
  • Loading branch information
sylhare committed Jun 4, 2019
1 parent ae533c8 commit 01d77ff
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions _sass/layouts/_posts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,17 @@ header {

/* --- Post info --- */
.post-info {
// border: 1px solid $border-color;
border-radius: 1em;
/* For border in author
border: 1px solid $border-color;
padding-left: 0.5em;
*/
border-radius: 1em;
padding-right: 0.5em;
display: inline-flex;

a {
display: flex;
align-items: center;

}

img {
Expand All @@ -68,7 +69,6 @@ header {
height: 100%;
margin-right: 0.5em;
}

}

/* --- Feature image --- */
Expand All @@ -95,13 +95,12 @@ header {
}
}

// Responsive scrolling
/*-- feature-image Responsive scrolling --*/
.feature-image header {
@media screen and (max-width: $break) {
padding: $padding-small $padding-small;
}

/* --- Responsive --- */

@media screen and (min-width: $break) {
background-size: 120% auto;
}
Expand Down

0 comments on commit 01d77ff

Please sign in to comment.