logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: c10c271935554f8a524a63f1b3179f0d3682a8af
parent 481601781d845e8186e06728572e8be564b136d8
Author: Haelwenn Monnier <lanodan.delta@free.fr>
Date:   Fri, 25 Sep 2015 03:12:52 +0200

0.0625em is too small WTF‽

Diffstat:

Mcss/index.css7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/css/index.css b/css/index.css @@ -31,16 +31,15 @@ code { font-family: monospace; } table { - width: 100vw; - border: 0.0625em solid; + border: 0.1em solid; border-collapse: collapse; } td, th { - border: 0.0625em solid; + border: 0.1em solid; padding: 0.25em; } blockquote { - border-left: 0.0625em solid; + border-left: 0.1em solid; padding-left: 0.5em; } nav, footer {