13 lines
121 B
SCSS
Raw Normal View History

2019-09-26 11:11:22 +09:00
.container {
width: 100%;
height: auto !important;
2019-09-26 11:11:22 +09:00
}
2019-09-26 11:11:22 +09:00
.left-side {
width: 300px;
}
2019-09-18 15:02:21 +09:00
2019-09-26 11:11:22 +09:00
.right-side {
width: 70px;
2019-09-18 15:02:21 +09:00
}