aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/css/style.css
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-25 11:40:31 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-26 19:40:48 +0800
commit3f4f3b63574726ea98861cfea0dd830bedbfb0ac (patch)
tree199321454e68a0918c1575f20148487b317e9028 /src/css/style.css
parent22be38a505183a5615b2934571e4c95b55c07583 (diff)
chore(CSS): improve looking
Diffstat (limited to 'src/css/style.css')
-rw-r--r--src/css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/css/style.css b/src/css/style.css
index 122e027..9f15574 100644
--- a/src/css/style.css
+++ b/src/css/style.css
@@ -66,6 +66,10 @@ a:hover {
66 text-decoration: underline; 66 text-decoration: underline;
67} 67}
68 68
69pre {
70 width: 100%;
71}
72
69pre:has(code) { 73pre:has(code) {
70 display: block; 74 display: block;
71 margin: 0 0 10px; 75 margin: 0 0 10px;