@import '../../styles/function.scss';

.homepage-pre{
  width: 90%;
  margin: 0 auto !important;
  min-height: 600px;
  code{
    margin: rem(30) 0;
  }
  .avatar {
    position: absolute;
    right: rem(16);
    top: rem(16);
    width: rem(96);
    height: rem(96);
    box-shadow: 0 0 rem(5) #aeaeae;
    transform: rotate(5deg);
    overflow: hidden;
    img{
      width: 100%;
      position: absolute;
      left: 0;
    }
  }
}
