mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2025-04-19 15:29:18 +00:00
7 lines
114 B
CSS
7 lines
114 B
CSS
.productItem {
|
|
border-style: solid;
|
|
border-color: dimgrey;
|
|
border-radius: .5em;
|
|
padding: .25em;
|
|
}
|