outreaching/src/App.css

25 lines
290 B
CSS

* {
box-sizing: border-box;
}
.base {
display: flex;
}
.filters {
width: 10%;
position: fixed;
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%;
}