From: Zachary Vance Date: Sat, 19 Nov 2022 09:28:43 +0000 (-0500) Subject: Add one link for blogs, one for source code, instead of one per project X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=b694e4d9085f74d5baa9872ef5f4ec6c4c3b0e3c;p=za3k.git Add one link for blogs, one for source code, instead of one per project --- diff --git a/hackaday.css b/hackaday.css index c0473c2..f6053b9 100644 --- a/hackaday.css +++ b/hackaday.css @@ -1,3 +1,17 @@ +.hack-links { + margin: 0 auto; + display: block; + width: 242px; + height: 1.5em; + /*border: 1px solid;*/ + text-align: center; +} +.hack-links a { + font-size: 14pt; + text-decoration: none; + margin: 10px; +} + .hacks { width: max(242px, 60%); /* 242px is the fixed-size element including margins */ margin: 0 auto; diff --git a/hackaday.html b/hackaday.html index 7157835..6588581 100644 --- a/hackaday.html +++ b/hackaday.html @@ -7,6 +7,10 @@ +