Difference between revisions of "Template:Main Page Header"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
.header-links {float:right; margin:9px 14px 0 0; padding:0 13px 0 0; border-right:1px dotted #5DC5F5;} | .header-links {float:right; margin:9px 14px 0 0; padding:0 13px 0 0; border-right:1px dotted #5DC5F5;} | ||
.header-links span{ color:#FFF; font-size:16px; } | .header-links span{ color:#FFF; font-size:16px; } | ||
+ | @media only screen and (max-width: 1180px) { | ||
+ | #sub_header_text{ display: none } | ||
+ | } | ||
@media only screen and (max-width: 768px) { | @media only screen and (max-width: 768px) { | ||
#header_text{ font-size:22px; line-height:5px;top:0} | #header_text{ font-size:22px; line-height:5px;top:0} | ||
Line 14: | Line 17: | ||
.header-links span{ font-size:12px; } | .header-links span{ font-size:12px; } | ||
} | } | ||
− | @media only screen and (max-width: | + | @media only screen and (max-width: 480px) { |
− | # | + | #header_text{ font-size:18px; line-height:3px;top:0} |
} | } | ||
}} | }} |