6 lines
87 B
CSS
6 lines
87 B
CSS
.aside_left {
|
|
width: 600px;
|
|
padding: 0px 20px;
|
|
border-right: 1px solid lightgray;
|
|
}
|