outreaching/src/App.css

25 lines
293 B
CSS
Raw Normal View History

2021-04-09 21:23:19 +02:00
* {
box-sizing: border-box;
}
2021-04-09 21:23:19 +02:00
.base {
display: flex;
}
2021-04-09 21:23:19 +02:00
.filters {
width: 10%;
position: absolute;
2021-04-09 21:23:19 +02:00
align-self: flex-start;
top: 200px;
right: 10%;
padding: 0%;
}
2021-04-09 21:23:19 +02:00
.feeds {
margin: 2em 10%;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
width: 60%;
}