diff --git a/index.html b/index.html index 25bbdd3..bef1c0a 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,7 @@

Email: cesium2349@protonmail.com (PGP Key)
not an exhaustive list of my entire presence on the internet but stuff on this list is definitely me

+

Discord

Cesium#5061

@@ -49,6 +50,7 @@

cesium2349

+

View on GitHub

diff --git a/styles.css b/styles.css index f3c909a..9389d94 100644 --- a/styles.css +++ b/styles.css @@ -16,11 +16,22 @@ a { * { /* unfucks some stuff */ box-sizing: border-box; } +.contacts { + width: 550px; + margin:auto; + display: grid; + grid-template-areas: /* i know how to do it this way, */ + 'one two three'; /* so shut up about the "right way" */ + grid-gap: 10px; + padding: 10px; + grid-auto-columns: 1fr; + grid-auto-rows: 1fr; + +} .contact { float: left; width: 170px; padding: 15px; - margin: 0px 10px 10px 0px; background-color: #232629; border-radius: 10px; text-align: center;