Sha256: e4cdf668214c22c3d59b3645db002f634be80884c28aedac3bd139e88249ee6c

Contents?: true

Size: 635 Bytes

Versions: 3

Compression:

Stored size: 635 Bytes

Contents

.author-profile {
  max-width: 25rem;
  padding: map-get($spacers, 2) map-get($spacers, 3);
  margin: map-get($spacers, 4) 0;
  font-size: map-get($base, font-size-sm);
  background-color: $text-background-color;
  @include media-breakpoint-down(md) {
    text-align: center;
  }
}
.author-profile__avatar {
  width: 5rem;
  height: 5rem;
  margin-top: map-get($spacers, 2);
  border-radius: 50%;
}
.author-profile__name {
  font-size: map-get($base, font-size-lg);
  font-weight: map-get($base, font-weight-bold);
  a {
    @include link-colors($text-color, $main-color-1);
  }
}
.author-profile__links {
  @include overflow(auto);
}

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
jekyll-text-theme-fork-2.2.6 _sass/components/_author-profile.scss
jekyll-text-theme-2.2.6 _sass/components/_author-profile.scss
jekyll-text-theme-2.2.5 _sass/components/_author-profile.scss