Difference between revisions of "Template:Main Page Header"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
@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} | ||
− | |||
.header-links {float:right; margin:9px 5px 0 0; padding:0 10px 0 0; border-right:1px dotted #5DC5F5;} | .header-links {float:right; margin:9px 5px 0 0; padding:0 10px 0 0; border-right:1px dotted #5DC5F5;} | ||
.header-links span{ font-size:12px; } | .header-links span{ font-size:12px; } | ||
+ | } | ||
+ | @media only screen and (max-width: 1180px) { | ||
+ | #sub_header_text{ display: none } | ||
} | } | ||
}} | }} |