8 lines
160 B
CSS
8 lines
160 B
CSS
|
.jsonSection {
|
||
|
text-align: left;
|
||
|
background-color: #e4e4e4;
|
||
|
padding: 25px;
|
||
|
margin-left: 60px;
|
||
|
margin-right: 60px;
|
||
|
border-radius: 25px;
|
||
|
}
|