File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : -1 em ; font-size : .63em ; display : none ;
177+ font-size : .63em ; float : left ; clear : left ; color : #777 ; margin-top : .16 em ;
178178}
179179
180180#primary-nav
181181{
182- margin-top : -3.15 em ;
182+ margin-top : -1.5 em ;
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 }
Original file line number Diff line number Diff line change 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: '"':'"' }}{% endcapture %}
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 >
You can’t perform that action at this time.
0 commit comments