TakeCareApp/app/www/profile.css
2021-01-19 17:56:28 +01:00

23 lines
324 B
CSS

#profileData{
display:flex;
justify-content:center;
max-width:700px;
align-self:center;
}
#profileData > .row,#profileData > .row > .well{
width:100%;
#background-color:#00A896;
}
#profileData > .row .well{
display:flex;
justify-content:center;
flex-direction:column;
color:white;
background-color:#00A896;
}