Skip to content

Commit

Permalink
Remove _includes/css/main.css from remote, fix images, update ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
AgtLucas committed Nov 21, 2016
1 parent f2bd339 commit 5871bc3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ node_modules
.node_repl_history

*.DS_Store
Status API Training Shop Blog About

_includes/css/main.css
3 changes: 0 additions & 3 deletions _includes/css/main.css

This file was deleted.

2 changes: 1 addition & 1 deletion src/css/components/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
}

}
}
}
3 changes: 2 additions & 1 deletion src/css/components/post.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
&__picture {
border-radius: 50%;
width: 65px;
margin: auto;
}

&__name {
Expand All @@ -32,4 +33,4 @@
width: 100%;
font-size: var(--text-small);
}
}
}
3 changes: 2 additions & 1 deletion src/css/misc/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ hr {
}

img {
display: block;
max-width: 100%;
}

Expand All @@ -80,4 +81,4 @@ blockquote {
font-style: italic;
margin: 0;
}
}
}

0 comments on commit 5871bc3

Please sign in to comment.