Push CSS updates made as part of a future blog post

This commit is contained in:
RichardG867
2021-12-02 19:29:00 -03:00
parent 4d8305161b
commit 6fb0737b7e
2 changed files with 16 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<hr />
{{ include.separator | default: "<hr />" }}
<figure class="image" style="text-align: center;">
<img src="{{ include.url }}" alt="{{ include.heading }}" style="max-width: 100%; width: auto; height: auto;" />
</figure>

View File

@@ -146,5 +146,19 @@ img#icon {
/* Blog */
hr {
border-color: #808080;
width: 100%;
width: 100%;
}
table {
border: 1px solid #808080;
}
td {
border: 1px solid #808080;
padding: 5px;
}
code {
font-size: 11pt;
background: #404040;
border-radius: 3pt;
padding-left: 3pt;
padding-right: 3pt;
}