Skip to content

Commit

Permalink
Responsive improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmic committed Oct 20, 2013
1 parent c35bddf commit b2eafed
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Expand Up @@ -24,7 +24,7 @@ <h3>Engineer <a href="http://tictail.com">@tictail</a>, founder <a href="http://
<a href="/about.html">Background</a>
<a href="https://github.com/alexmic">Code</a>
<a href="https://twitter.com/alexismic">Tweets</a>
<a href="/feed.xml">RSS</a>
<a class="rss" href="/feed.xml">RSS</a>
</nav>
<p class="chasm">&nbsp;</p>
</header>
Expand Down
16 changes: 16 additions & 0 deletions _less/responsive.less
Expand Up @@ -4,9 +4,11 @@
display: none;
}
}

.container {
padding: 0 1.5em 0 1.5em;
}

.highlighttable {
td.linenos {
width: 0%;
Expand All @@ -18,4 +20,18 @@
border-left: none;
}
}

article h1 {
font-size: 1.75em;
}

nav a.rss {
display: none;
}
}

@media (max-width: 37em) {
.highlighttable {
font-size: 11px;
}
}
2 changes: 1 addition & 1 deletion css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b2eafed

Please sign in to comment.