15 lines
219 B
SCSS
15 lines
219 B
SCSS
|
.leftBar {
|
||
|
width: 501px;
|
||
|
height: 966px;
|
||
|
// margin-left: 40px;
|
||
|
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
.forecast{
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
gap: 16px;
|
||
|
}
|