模板:首页/styles.css
来自NMWiki
更多操作
.banner {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 20px;
}
.logo {
flex: 0 0 auto;
max-width: 120px;
background-repeat: no-repeat;
width: 100%;
height: auto;
}
@media (max-width: 768px) {
.logo {
max-width: 70px;
}
}
.site-info {
margin: 0 auto;
text-align: center;
}
.site-name {
font-size: 24px;
font-weight: bold;
margin: 0;
}
.slogan {
font-size: 14px;
color: #555;
margin: 0;
}