nirm.al

my website
git clone git://git.nirm.al/nirm.al.git
Log | Files | Refs | README | LICENSE

commit b5860a993888a64cc064efc00b2af31f5ed21e69
parent 3dee43cc979e0533fde17efc58fa9fbe4731a46f
Author: mysticmode <tildezero@gmail.com>
Date:   Thu, 29 Aug 2024 13:49:28 +0000

Update footer separator

Diffstat:
Mstyle.css | 20++++++++++++++++++++
1 file changed, 20 insertions(+), 0 deletions(-)

diff --git a/style.css b/style.css @@ -130,6 +130,26 @@ main ul li span { display: block; } +hr { + position: relative; + display: block; + height: 1.20rem; + margin: calc(1.20rem * 1.5) 0; + border: none; + color: #000; +} + +hr::after { + display: block; + content: ""; + position: absolute; + top: calc(1.20rem / 2 - 2px); + left: 0; + width: 100%; + border-top: calc(2px * 3) double #000; + height: 0; +} + @media only screen and (max-width: 700px) { body { width: 100%;