Skip to content

Commit

Permalink
fix: custom margins
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuoris committed Feb 12, 2017
1 parent ad2b289 commit 9777aa0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions bootstrap-practice/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ h2 {
padding: 5px;
}

.post-container .list-inline {
margin-left: 0;
}

.post-content h3 {
margin: 0 0 0.6em;
}
Expand All @@ -221,6 +225,10 @@ h2 {
}
}

.interview-header {
margin-left: 26px;
}

.interview {
margin: 0;
padding-bottom: 20px;
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-practice/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h3>Lorem ipsum dolor.</h3>
</div>
</div>
<div class="col-md-3 comments">
<h2>Interview</h2>
<h2 class="interview-header">Interview</h2>
<div class="thumbnail interview">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/jofNR_WkoCE"></iframe>
Expand Down

0 comments on commit 9777aa0

Please sign in to comment.