Mobile View Adjustments (South Davis Edition)
// Mobile adjustments
@media (max-width: 480px) {
p.social-header-streamline {
margin-top: 15px;
text-align: center;
}
#page-header .header-logo img {
width: 100%;
border-bottom: 100px;
/* height: 90px; */
margin-bottom: 10px;
}
#page-header > div > nav > div > ul > li:nth-child(1) {
background-color: #F8A61B;
border-radius: 9px;
width: 110px !important;
}
#page-header .header-links ul li:first-child {
border-left: none;
margin: 0 auto !important;
}
#page-navigation {
width: 100%;
z-index: 998;
background: #0A69D9;
}
#page-header .search-box {
clear: right;
/* margin-top: 15px; */
margin: 0 auto;
}
}