Sha256: 30c1dbe66c4fb32aa465b3af4daebd2601d1b4095993c8fee68af0fdb608f270

Contents?: true

Size: 1.53 KB

Versions: 4

Compression:

Stored size: 1.53 KB

Contents

.site-footer {
  padding: $spacing-unit 0;
  @include media-query($on-palm) {
    padding-bottom: 100px;
  }
}

.footer-heading {
  @include relative-font-size(1.125);
  margin-bottom: $spacing-unit / 2;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  @include relative-font-size(0.9375);
  color: $grey-color;
  margin-left: -$spacing-unit / 2;
  @extend %clearfix;
}

.footer-col {
  float: left;
  margin-bottom: $spacing-unit / 2;
  padding-left: $spacing-unit / 2;
}

.footer-col-1 {
  width: -webkit-calc(35% - (#{$spacing-unit} / 2));
  width: calc(35% - (#{$spacing-unit} / 2));
}

.footer-col-2 {
  width: -webkit-calc(20% - (#{$spacing-unit} / 2));
  width: calc(20% - (#{$spacing-unit} / 2));
}

.footer-col-3 {
  width: -webkit-calc(45% - (#{$spacing-unit} / 2));
  width: calc(45% - (#{$spacing-unit} / 2));
}

@include media-query($on-laptop) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (#{$spacing-unit} / 2));
    width: calc(50% - (#{$spacing-unit} / 2));
  }

  .footer-col-3 {
    width: -webkit-calc(100% - (#{$spacing-unit} / 2));
    width: calc(100% - (#{$spacing-unit} / 2));
  }
}

@include media-query($on-palm) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (#{$spacing-unit} / 2));
    width: calc(100% - (#{$spacing-unit} / 2));
  }
}

.divider-svg {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  @include media-query($on-palm) {
  }
}
.divider-path {
  stroke: var(--md-sys-color-outline);
  stroke-width: 2;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-doodle-5.0.0 _sass/minima/_footer.scss
jekyll-theme-doodle-4.5.0 _sass/minima/_footer.scss
jekyll-theme-doodle-4.4.2 _sass/minima/_footer.scss
jekyll-theme-doodle-4.4.1 _sass/minima/_footer.scss