section.cover.show {
	max-height: 110px;
}
section.cover .cover-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px;
}
section.cover p img {
	width: 120px;
}
body[data-page="README.md"] .app-nav {
    top: 100px;
}