Skip to content

Commit fe2c0e1

Browse files
dotansimhadarkbasic
authored andcommitted
Step 7.25: Add profile component style
1 parent c1f5bb3 commit fe2c0e1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/pages/profile/profile.scss

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.profile-page-content {
2+
.profile-picture {
3+
max-width: 300px;
4+
display: block;
5+
margin: auto;
6+
7+
img {
8+
margin-bottom: -33px;
9+
width: 100%;
10+
}
11+
12+
ion-icon {
13+
float: right;
14+
font-size: 30px;
15+
opacity: 0.5;
16+
border-left: black solid 1px;
17+
padding-left: 5px;
18+
}
19+
}
20+
}

0 commit comments

Comments
 (0)