forked from cadey/xesite
templates/base: img has padding
This commit is contained in:
parent
e7436e7653
commit
e8f967619e
|
@ -44,6 +44,7 @@
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
padding: 1em;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
{{ template "styles" . }}
|
{{ template "styles" . }}
|
||||||
|
|
Loading…
Reference in New Issue