Sha256: a92d1e92a38cafd80c798509eb3c9ded8f3b375fcf6b2d833a100278111a8100

Contents?: true

Size: 897 Bytes

Versions: 6

Compression:

Stored size: 897 Bytes

Contents

@import "vendor/bootstrap";
@import "vendor/dancing-script";

@import "base/all";

@import "components/hero";

:root {
  #main {
    min-height: 100vh;

    > *:first-child:not(#hero) {
      margin-top: 10vh;
    }

    #hero {
      #hero-content {
        background-color: black;
        overflow: hidden;
        height: 80vh;
        margin: 10vh auto;


        #hero-image {
          background-image: url('../../assets/images/hero.webp');


        background-size: contain;
        background-position: left;
        background-repeat: no-repeat;
        }
      }
    }
  }
}

.blockquote {
  font-family: "Dancing Script", cursive;
  position: static;

  p {
    @extend .fs-2;

    &::before {
      content: "\201C";
      font-size: 200%;

      //@extend .fs-1;
      @extend .fw-bold;
    }

    /*
    &::after {
      content: "\201C";

      @extend .fs-1;
    }
    */
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jekyll-theme-simpleton-0.10.0 _sass/themes/_beko-art.scss
jekyll-theme-simpleton-0.9.0 _sass/themes/_beko-art.scss
jekyll-theme-simpleton-0.8.0 _sass/themes/_beko-art.scss
jekyll-theme-simpleton-0.7.0 _sass/themes/_beko-art.scss
jekyll-theme-simpleton-0.6.0 _sass/themes/_beko-art.scss
jekyll-theme-simpleton-0.5.0 _sass/themes/_beko-art.scss