socialnetworknews-web

A open-source Paper.li clone
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.git
Log | Files | Refs | README | LICENSE

paper.component.scss (399B)


      1 .gridPaper {
      2   display: flex;
      3   align-items: flex-start;
      4   flex-direction: row;
      5 }
      6 
      7 .avatarCenter {
      8   display: flex;
      9   justify-content: center; /* align horizontal */
     10 }
     11 
     12 .avatarContainer {
     13   display: flex;
     14   flex-direction: column;
     15 }
     16 
     17 .avatar {
     18   width: 120px;
     19   height: 120px;
     20   border-radius: 50%;
     21 }
     22 
     23 .username {
     24   margin-top: 15px !important;
     25   text-align: center;
     26   font-size: 24px !important;
     27 }