aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/profile/profile.component.css
blob: c14fd006a16c978ad3c64978b2d147484bbf5452 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#user-info {
  font-size: 1.3em;
}

#profile-picture {
  height: 5rem;
  width: 5rem;
}

.sec-info-title {
  padding-bottom: 0.2em;
  margin-bottom: 0.3em;
}

.sec-info {
  background-color: #424242;
  margin: 0 0.3em 0.3em 0;
}