Skip to content

Commit 4ac9117

Browse files
author
Ajeesh Mohan
committed
Adding tagline and minor style changes to header
1 parent b86bd01 commit 4ac9117

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

_includes/css/main-new.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_includes/css/main-new.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ blockquote
151151

152152
#page-header
153153
{
154-
padding-bottom: 6.854em;
155-
padding-top: 2.667em;
154+
//padding-bottom: 6.854em;
155+
padding: 2.667em 0;
156156
h1 {
157157
font-size: 1.618em;
158158
float: left;
@@ -174,16 +174,15 @@ blockquote
174174

175175
#subtext
176176
{
177-
margin-top: -1em; font-size: .63em; display: none;
177+
font-size: .63em; float:left; clear:left; color: #777;margin-top: .16em;
178178
}
179179

180180
#primary-nav
181181
{
182-
margin-top: -3.15em;
182+
margin-top: -1.5em;
183183
text-align: center; padding: 0;
184184
font-family: $sans-font;
185185
float: right;
186-
margin: 0;
187186
li {
188187
display: inline; margin: 0 1em;
189188
}

_layouts/default.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta charset="utf-8">
88
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
99
<title>{% if page.title %} {{ page.title }} - {% endif %} Mad about code</title>
10-
<meta name="description" content="">
10+
<meta name="description" content="Ramblings of Ajeesh Mohan">
1111
<meta name="viewport" content="width=device-width">
1212
<meta property="og:site_name" content="Mad about code"/>
1313
{% capture title %}{{ page.title | replace: '"':'&quot;' }}{% endcapture %}
@@ -35,7 +35,8 @@
3535
<body {% if page.templatename %} id="{{ page.templatename }}" {% endif %}>
3636
<header id="page-header" class="clearfix">
3737
<h1 id="logo">mad about code</h1>
38-
<h3 id="subtext">mad<em>(adj)</em>: wildly confused or excited</h3>
38+
<!-- <h3 id="subtext">mad<em>(adj)</em>: wildly confused or excited</h3>-->
39+
<h3 id="subtext">Ramblings of Ajeesh Mohan</h3>
3940
<nav>
4041
<ul id="primary-nav">
4142
<li><a href="/">blog</a></li>

0 commit comments

Comments
 (0)