From d36aaf3f9113c61571f002c43513a8a2feb87b05 Mon Sep 17 00:00:00 2001 From: Joshua Perry <45966243+jpez-development@users.noreply.github.com> Date: Sun, 17 Apr 2022 12:18:00 +0100 Subject: [PATCH] individual css for mobile , minor formatting --- home/index.css | 1 + home/index.html | 1 + home/index_mobile.css | 15 +++++++++++++++ 3 files changed, 17 insertions(+) create mode 100644 home/index_mobile.css diff --git a/home/index.css b/home/index.css index df0cc2a..348e49b 100644 --- a/home/index.css +++ b/home/index.css @@ -87,6 +87,7 @@ .langList { margin-top: -1em; + margin-bottom: 2em; display: none; pointer-events: none; } diff --git a/home/index.html b/home/index.html index 85af2a2..488df8f 100644 --- a/home/index.html +++ b/home/index.html @@ -16,6 +16,7 @@ + diff --git a/home/index_mobile.css b/home/index_mobile.css new file mode 100644 index 0000000..0d8e363 --- /dev/null +++ b/home/index_mobile.css @@ -0,0 +1,15 @@ +.bio { + border-top-left-radius: 0em; + border-bottom-left-radius: 0em; +} + +.langList { + margin-left: -5em; + font-size: small; +} + +.generalInfo { + margin-top: 1em; + margin-left: 2em; +} +