Sha256: 9b4de9203d4b2dca5875b0ce5d6ee0220c5329a9cde920b3464d29a01478441c

Contents?: true

Size: 1.03 KB

Versions: 1

Compression:

Stored size: 1.03 KB

Contents

body, h1, h2, h3, h4, h5, h6,
p {
    margin: 0;
    padding: 0;
}

body {
    font: $base-font-size $base-font-family $base-font-color;
    display: flex;
    flex-direction: column;
}

a {
    color: inherit;
    text-decoration: none;

    &:hover {
        filter: brightness(50%);
    }
}

header {
    height: $header-height;
    display: flex;
    align-items: center;

    background-color: $primary-color;
    z-index: 2;

    nav {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: flex-end;

        a {
            padding: 0 10px;
            height: 100%;
            display: flex;
            align-items: center;
            font-size: $big-font-size;
        }
    }
}

ul, li, ol {
    list-style-position: inside;
}

img {
    object-fit: contain;
}

footer {
    display: flex;
    justify-content: space-between;

    padding: 60px 0 30px 0;
    line-height: 23px;
    font-size: $base-font-size;
    max-width: $content-max-width;

    background-color: $primary-color;
    z-index: 2;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-minimal-ryan-0.4.1 _sass/minimal-ryan/_base.scss