summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorMichał M. Sapka <michal@sapka.me>2023-03-02 16:47:00 +0100
committerMichał M. Sapka <michal@sapka.me>2023-03-02 16:47:00 +0100
commit7a35c1614f44a60335cf6608c839812834291e94 (patch)
tree333b005f78b8d0b8c959aca5e6950b541adace96 /static
parent15608f4e4bc4f62d121f40b48c62671ed88ff65b (diff)
parentf5de0a0cedc915001cf58bef4f30addf43dac22c (diff)
Merge branch 'master' into msapka/new
Diffstat (limited to 'static')
-rw-r--r--static/style.css21
1 files changed, 15 insertions, 6 deletions
diff --git a/static/style.css b/static/style.css
index d12f2b8..acadbc9 100644
--- a/static/style.css
+++ b/static/style.css
@@ -5,11 +5,6 @@
font-size: 1.1em;
background-color: #fff;
}
- pre code {
- width: 95%;
- overflow-x: scroll;
- display: inline-block;
- padding-bottom: 5px;
}
img {
max-width: 99%;
@@ -91,7 +86,9 @@
width: 100%;
}
#logo-space img {
- align-self: center;
+ align-self: center;
+ width: 37px;
+ height: auto;
}
#logo-space h1 {
display: flex;
@@ -174,6 +171,14 @@ blockquote {
padding-left: 15px;
color: #666666;
}
+pre {
+ width: 93%;
+ padding-bottom: 5px;
+ white-space: pre-wrap;
+ padding: 11px;
+ background-color: #f0f0f0;
+ word-break: keep-all;
+}
/* ----------- Articles images */
article figure {
@@ -187,6 +192,10 @@ img.float-right {
display: inline;
margin-left: 10px;
}
+img.center {
+ max-width: 100%;
+ height: auto;
+}
/* ----------- Articles adjustement navigation */
.next-link {