diff --git a/app/pub/css/an.css b/app/pub/css/an.css index eeaa1ee..eb8c6a9 100644 --- a/app/pub/css/an.css +++ b/app/pub/css/an.css @@ -501,6 +501,9 @@ input[type="email"],input[type="password"]{ #zoomnav div, #pagenav div { margin-right: 15px; } + #downloadtitle { + font-size: .85em; + } } @media screen and (max-width: 560px) { @@ -518,11 +521,14 @@ input[type="email"],input[type="password"]{ font-size: .8em; } #downloadtitle { - font-size: .75em; + font-size: .7em; padding: 10px; line-height: 16px; text-align: center; } + #downarrow { + padding: 8px 0px 8px 2px; + } .adv, .mob-hidden { display:none; } @@ -565,7 +571,6 @@ input[type="email"],input[type="password"]{ width: 100%; float: none; margin: 0px auto; - /* margin-right: 25px; */ margin-bottom: 20px; } #an_text_block { @@ -604,6 +609,9 @@ input[type="email"],input[type="password"]{ #stuff-bar { font-size: 1em; } + #downloadtitle { + font-size: .6em; + } } @media screen and (max-width: 390px) { body { @@ -625,4 +633,7 @@ input[type="email"],input[type="password"]{ #stuff-bar { font-size: .9em; } + #downloadtitle { + font-size: .5em; + } } \ No newline at end of file diff --git a/app/views/layout.phtml b/app/views/layout.phtml index b4e97b5..90050aa 100644 --- a/app/views/layout.phtml +++ b/app/views/layout.phtml @@ -5,7 +5,7 @@ - +