7 lines
124 B
CSS
7 lines
124 B
CSS
|
div.pure-u-md-2-24:nth-child(1), div.pure-u-md-2-24:nth-child(3) {
|
||
|
width: 5%;
|
||
|
}
|
||
|
|
||
|
div#contents {
|
||
|
width: 90% !important;
|
||
|
}
|