summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorMichał M. Sapka <michal@sapka.me>2023-02-02 16:00:05 +0100
committerMichał M. Sapka <michal@sapka.me>2023-02-02 16:00:05 +0100
commitd5821188d894c80c7a852414384efe84c9318277 (patch)
treea9c93254afe19c0fe1bcb8322858d59501174c58 /static
parentc7551da77407a7f589a7fa657f79337f768010f7 (diff)
feat: article for 2023-02-02
Diffstat (limited to 'static')
-rw-r--r--static/style.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/static/style.css b/static/style.css
index 0dc310c..3e29509 100644
--- a/static/style.css
+++ b/static/style.css
@@ -5,6 +5,12 @@
font-size: 1.1em;
background-color: #fff;
}
+ pre code {
+ width: 95%;
+ overflow-x: scroll;
+ display: inline-block;
+ padding-bottom: 5px;
+ }
img {
max-width: 99%;
width: auto;
@@ -126,9 +132,6 @@
.next-link {
float: right;
}
- code {
- overflow-x: scroll;
- }
.pagination {
text-align: center
}