FunctionProject/website/public/css/pages/profile.css

29 lines
540 B
CSS
Raw Normal View History

2020-04-06 23:06:21 +02:00
.Profile__container {
2020-08-03 14:14:45 +02:00
display: flex;
flex-direction: column;
justify-content: center;
margin: 30px 0 0 0;
2020-04-06 23:06:21 +02:00
}
.Profile__row {
2020-08-03 14:14:45 +02:00
display: flex;
align-items: center;
flex-direction: column;
word-wrap: break-word;
box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.25);
border: 1px solid black;
border-radius: 1rem;
margin-bottom: 50px;
2020-04-06 23:06:21 +02:00
}
.Profile__logo {
2020-08-03 14:14:45 +02:00
border-radius: 50%;
object-fit: cover;
width: 150px;
height: 150px;
2020-04-06 23:06:21 +02:00
}
.Profile__comment {
2020-08-03 14:14:45 +02:00
margin: 0 0 50px 0;
}
.Profile__Modal-top-container {
2020-08-03 14:14:45 +02:00
margin: 20px 0;
}