mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-22 09:35:35 -07:00
Push CSS updates made as part of a future blog post
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user