From 896a5685adc9980a76873086034491d344cd17d1 Mon Sep 17 00:00:00 2001 From: Dominic Matarese Date: Sat, 16 Oct 2021 17:42:27 +0000 Subject: changed container width and worked on Crypto page --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index 3e4587c..86b0e7f 100644 --- a/style.css +++ b/style.css @@ -80,7 +80,7 @@ a.dead { border-radius: 25px; opacity: 0.7; position: relative; - width: 50%; /*should this be 80vmin ? */ + width: 75%; /*should this be 80vmin ? */ box-sizing: border-box; } -- cgit v1.2.1