minor css tweaks regarding <img> elements
This commit is contained in:
parent
24033ead81
commit
399319e921
1 changed files with 5 additions and 0 deletions
|
@ -62,3 +62,8 @@ a {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
border-radius: 8px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue