outreaching/src/App.css

40 lines
442 B
CSS

* {
box-sizing: border-box;
}
.base {
display: flex;
}
.filters {
width: 10%;
position: absolute;
align-self: flex-start;
top: 200px;
right: 10%;
padding: 0%;
}
.feeds {
margin: 2em 10%;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
width: 60%;
}
.user {
margin: 2em 10%;
width: 80%;
}
.user-card {
width: 20%;
margin-right: 5%;
text-align: center;
}
.user-profile {
width: 75%;
}