Sha256: da205aab23f2c99c15ff5a06d3484d71decc4e3a1859a318b01a093dd451acae

Contents?: true

Size: 949 Bytes

Versions: 3

Compression:

Stored size: 949 Bytes

Contents

html, body {
    width: 100%;
    height: 100%;
    background: $color-bg-primary;
    color: $color-text;
    display: flex;

    @include media-tablet {
        flex-direction: column;
    }
}

h1 {
    text-transform: uppercase;
    font-size: 1.5em;
}

.bubble {
    border: 1px solid black;
    background: black;
    border-radius: 0.5em;
    padding: 0.5em;
}

main {
    width: 100%;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;

    section {
        margin-top: 1em;
        margin-bottom: 1em;
        
        label {
            text-align: right;
            display: inline-block;
            min-width: 6em;
        }

        .devicons {
            margin-right: 0.25em;
            position: relative;
            top: 0.25em;
            font-size: 2em;
        }
    }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
voppe-jekyll-theme-0.5.3 _sass/app.scss
voppe-jekyll-theme-0.5.2 _sass/app.scss
voppe-jekyll-theme-0.5.1 _sass/app.scss