From 17b35ec5e0cbe7d49e31cb25e4233525525b7e4a Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 4 Jan 2021 20:16:03 -0500 Subject: [PATCH] moar responsiv --- index.html | 1 + styles.css | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 673ac78..78d1104 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ +

Cesium

diff --git a/styles.css b/styles.css index 94de09a..20d80a2 100644 --- a/styles.css +++ b/styles.css @@ -22,7 +22,7 @@ a { min-width: 150px; width: 10%; padding: 15px; - margin: 5px; + margin: 0px 10px 10px 0px; background-color: #232629; border-radius: 10px; text-align: center; @@ -31,5 +31,8 @@ a { .contact { width: 100%; } + :root { + width: 80%; + } } /* TODO: make it not bad */