11 lines
149 B
CSS
11 lines
149 B
CSS
|
/* Place custom css here. */
|
||
|
|
||
|
figure {
|
||
|
padding: 6px;
|
||
|
border: 1px solid var(--fog);
|
||
|
border-radius: 4px;
|
||
|
}
|
||
|
|
||
|
img {
|
||
|
border-radius: 4px;
|
||
|
}
|