Skip to content

Commit

Permalink
Step 5.24: Add profile component view style
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Nov 28, 2016
1 parent 3a4af5c commit fa3b979
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/pages/profile/profile.scss
@@ -0,0 +1,20 @@
.profile-page-content {
.profile-picture {
max-width: 300px;
display: block;
margin: auto;

img {
margin-bottom: -33px;
width: 100%;
}

ion-icon {
float: right;
font-size: 30px;
opacity: 0.5;
border-left: black solid 1px;
padding-left: 5px;
}
}
}

0 comments on commit fa3b979

Please sign in to comment.