hexo-theme-quiet/source/css/public/content.less

18 lines
313 B
Plaintext

.content-style(){
display: flex;
max-width: 1160px;
margin: 0 auto;
margin-top: 0;
background: #ffffff;
border-radius: 10px;
flex-direction: column;
align-items: center;
}
.content-move-style() {
margin-top: -64px !important;
transition: margin-top 0.8s ease-in-out;
}