From 71419b181b0e9dd9c001d99725baa355625bb13c Mon Sep 17 00:00:00 2001 From: 2qx <2qx@small.neomailbox.ch> Date: Sun, 19 Feb 2023 09:02:29 -0500 Subject: [PATCH] reduce width --- README.md | 2 +- assets/css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 843a6dc..5f504e3 100644 --- a/README.md +++ b/README.md @@ -386,7 +386,7 @@ Protocol changes, software standards and application specifications may be propo - [CHIP Guidelines](https://gitlab.com/ggriffith/cash-improvement-proposals/-/blob/master/CHIP-2020-11-CHIP-Guidelines.md) - [CHIPs: A more detailed process recommendation](https://gitlab.com/im_uname/cash-improvement-proposals/-/blob/master/CHIPs.md) - [CHIPs](https://bitcoincashresearch.org/c/chips/) - a dynamic list of proposed standards -- [List CHIPs](https://bch.info/chips) - documents that record proposals to upgrade the Bitcoin Cash protocol, and their ongoing progress, both technical and consensus-building. +- [List of CHIPs](https://bch.info/chips) - documents that record proposals to upgrade the Bitcoin Cash protocol, and their ongoing progress, both technical and consensus-building. ### Upcoming consensus changes, May 2023: diff --git a/assets/css/style.css b/assets/css/style.css index 7ea57a3..c1dd4b9 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -32,7 +32,7 @@ section{display:block;margin:0 0 20px 0} li{line-height:1.4} header{background:rgba(0,0,0,0.1);width:100%;border-bottom:1px dashed #b5e853;padding:20px 0;margin:0 0 40px 0} header h1{font-size:30px;line-height:1.5;margin:0 0 0 -40px;font-weight:bold;font-family:Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;color:#b5e853;text-shadow:0 1px 1px rgba(0,0,0,0.1),0 0 5px rgba(181,232,83,0.1),0 0 10px rgba(181,232,83,0.1);letter-spacing:-1px;-webkit-font-smoothing:antialiased} -@media (max-width: 1000px){header h1{margin-left:0} +@media (max-width: 600px){header h1{margin-left:0} } header h1:before{content:"./ ";font-size:24px} header h2{font-size:18px;font-weight:300;color:#666}