6 lines
96 B
CSS
6 lines
96 B
CSS
section.preview {
|
|
border: solid 1px darkgray;
|
|
border-radius: .5rem;
|
|
padding: .25rem;
|
|
}
|