Browse Source

Fixes bug in the mobile attribute of siteTitle id

Muhammad Talha Mansoor 12 years ago
parent
commit
a8bca24443
1 changed files with 2 additions and 2 deletions
  1. 2 2
      css/custom.css

+ 2 - 2
css/custom.css

@@ -187,7 +187,7 @@ Mobile version - preset code from cssgrid.net */
       padding-right: 0.2em;
    }
 
-   #siteTitle{
+   a#siteTitle{
       font-size:2.3em;
       padding-left:0px;
    }
@@ -240,7 +240,7 @@ and (min-width : 321px) {
 /* Smartphones (portrait) ----------- */
 @media handheld, only screen and (max-width : 320px) {
 /* Styles */
-   #siteTitle{
+   a#siteTitle{
       font-size:1.8em;
       padding-left:0px;
    }