Sha256: 45b70e5c0d6fa1a28f5bbe82f031cde185b17a6253ac38979642240c5bb9fed2

Contents?: true

Size: 600 Bytes

Versions: 3

Compression:

Stored size: 600 Bytes

Contents

.author-profile {
  max-width: 25rem;
  padding: .5rem 1rem;
  margin: map-get($base, vertical-space-lg) 0;
  font-size: map-get($base, font-size-sm);
  background-color: $text-background-color;
  @include media-breakpoint-down(md) {
    text-align: center;
  }
  img {
    width: 5rem;
    margin-top: map-get($base, vertical-space);
    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 & 1 rubygems

Version Path
jekyll-text-theme-2.2.2 _sass/components/_author-profile.scss
jekyll-text-theme-2.2.1 _sass/components/_author-profile.scss
jekyll-text-theme-2.2.0 _sass/components/_author-profile.scss