@import url("https://fontsapi.zeoseven.com/69/main/result.css");

/* 改字体 */
body {
    font-family: "JetBrains Mono-Regular", "Noto Sans CJK";
    font-weight: normal;
}

.hide {
    display: none;
}

#navList {
    display: none;
}

#navigator {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.blogStats {
    margin: 0;
    justify-self: flex-end;
}

@media (width <= 640px) {
    .newBlogTitle {
        display: none;
    }

    .blogStats {
        justify-self: center;
    }
}

#home {
    width: 85%;
}