Skip to content

Commit

Permalink
Update styles a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
rdsubhas committed Nov 17, 2014
1 parent a0b8c98 commit 8c4ebe2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
1 change: 1 addition & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# robotstxt.org/

User-agent: *
Disallow:
12 changes: 5 additions & 7 deletions public/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,9 @@ a, a:link, a:visited, a:active {
-webkit-font-smoothing: subpixel-antialiased;

@media #{$landscape} {
position: fixed;
float: left;
@include position(fixed, 0px auto 0px 0px);
width: $sidebar-width;
border-right: .3em solid rgba($dark2, .5);
height: 100%;
overflow-y: auto;
z-index: 2;
}
Expand All @@ -77,10 +75,6 @@ a, a:link, a:visited, a:active {
color: $light1;
@include transition(background .2s);

@media #{$portrait-1} {
font-size: .9em;
}

&.toggle {
float: right;
z-index: 100;
Expand Down Expand Up @@ -145,6 +139,10 @@ a, a:link, a:visited, a:active {
padding: 1rem;
line-height: 1.5;

h2 {
font-size: 2rem;
}

a {
color: $light3;
}
Expand Down
6 changes: 3 additions & 3 deletions views/home.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
<![endif]-->

<div class="container">
<% include _sidebar %>

<div class="content">
<div class="content-article">
<h2>DevOps Bookmarks is a place to discover and aggregate tools in the DevOps landscape.</h2>
<h2>DevOps Bookmarks is a place to discover tools in the DevOps landscape.</h2>
<h3>There are new awesome tools and frameworks being released everyday. This is an open and transparent attempt at aggregating all these tools and frameworks. The entire source code and list of tools can be found at <a href="http://github.com/devopsbookmarks">github.com/devopsbookmarks</a>.</h3>
<h3>Select some tags to start exploring!</h3>
</div>
</div>

<% include _sidebar %>
</div>

<script type="text/javascript">
Expand Down

0 comments on commit 8c4ebe2

Please sign in to comment.