Add a small radius on all images
This commit is contained in:
parent
98e5f603ec
commit
9dbfb473d8
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ h1, h2, h3 {
|
||||||
border-bottom: unset;
|
border-bottom: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
color: var(--nc-tx-2);
|
color: var(--nc-tx-2);
|
||||||
|
|
Reference in a new issue