From f5d056bb65b906129248357004dae8fac4a015ab Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Tue, 31 Jul 2018 12:22:38 +0530 Subject: [PATCH] Adds CNAME Adds fit-content width --- CNAME | 1 + src/css/style.css | 1 + 2 files changed, 2 insertions(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..f36d6b1 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +ispawned.surge.sh diff --git a/src/css/style.css b/src/css/style.css index a5287d1..93c0009 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -21,6 +21,7 @@ body flex-direction: column; align-items: center; justify-content: center; + width: fit-content; } footer,header {