8 lines
84 B
CSS
8 lines
84 B
CSS
.MountItem {
|
|
padding: 0;
|
|
margin: 0;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
|