13 lines
146 B
CSS
13 lines
146 B
CSS
|
|
.main_box {
|
||
|
|
width: 95%;
|
||
|
|
padding-left: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.Add_group {
|
||
|
|
margin-left: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.tag {
|
||
|
|
margin-left: 10px;
|
||
|
|
margin-top: 5px;
|
||
|
|
}
|