Skip to content

Commit

Permalink
Columns on index
Browse files Browse the repository at this point in the history
  • Loading branch information
lrodri29 committed May 18, 2019
1 parent fb6a602 commit b0d3baa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
20 changes: 9 additions & 11 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ body {
text-align: inherit;
width: 82.83333333333334%;
margin-left: 0%;
margin-right: 3%;
margin-right: 0%;
}

.post-item .content:before,
Expand Down Expand Up @@ -1727,8 +1727,8 @@ footer a:hover {
margin-right: auto;
margin-left: auto;
margin-top:40px;
padding-left: 0;
padding-right: 5%;
padding-left: 20px;
padding-right: 0;
float: right;
}

Expand Down Expand Up @@ -1772,14 +1772,6 @@ a.others:hover {
height: 100%;
}


/* Page content */

.content {
padding: 16px;
}


/* The sticky class is added to the navbar with JS when it reaches its scroll position */

.sticky {
Expand Down Expand Up @@ -1807,4 +1799,10 @@ a.others:hover {
.estimated-read-time {
color: gray;
padding: 0px
}

#container {
width: 1350px;
background-color: #ffcc33;
margin: auto;
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

<main id="scroll" class="home" role="main" itemprop="mainContentOfPage" itemscope="itemscope" itemtype="http://schema.org/Blog">
<div class="content">
<div id="container">
<div class="homepage-twitter" id="homepage-twitter">
<a class="twitter-timeline" data-lang="en" data-width="400" href="https://twitter.com/space_wired?ref_src=twsrc%5Etfw">Tweets by space_wired</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
Expand Down

0 comments on commit b0d3baa

Please sign in to comment.