18 lines
213 B
CSS
18 lines
213 B
CSS
|
#profileData{
|
||
|
display:flex;
|
||
|
justify-content:center;
|
||
|
|
||
|
}
|
||
|
|
||
|
#profileData > .row,#profileData > .row > .well{
|
||
|
width:100%;
|
||
|
}
|
||
|
|
||
|
#profileData > .row .well{
|
||
|
#display:flex;
|
||
|
color:white;
|
||
|
background-color:#00A896;
|
||
|
|
||
|
}
|
||
|
|