summaryrefslogtreecommitdiff
path: root/sass/_partial/_header_vertical.scss
blob: 453c2d82b3495075b70b30ed5197818a8513b496 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.header {
    margin: 4em auto;
    padding: 0 1em;
    justify-content: unset;
    flex-direction: unset;
    .blog-title .logo {
        font-family: 'Source Serif Pro', 'Noto Serif TC', serif;
        color: #000;
        font-size: 1.2em;
        text-decoration: none;
    }
}