pracowniaapp2Front/src/app/app.component.css

17 lines
211 B
CSS
Raw Normal View History

2020-01-20 15:02:08 +01:00
.page{
width:90%;
max-width: 1200px;
margin:auto;
display:flex;
flex-direction: column;
}
.bottom{
display:flex;
flex-direction: row;
}
.right{
width:20%;
min-width:300px;
}
.left{width:100%;}