From d269b4251151feb09c27e13e6dc0c4337a6b2dc1 Mon Sep 17 00:00:00 2001 From: Nexan Date: Wed, 17 Jan 2024 15:56:28 -0600 Subject: [PATCH] fixed a few things, added license to footer --- _includes/footer.liquid | 4 +++- src/leadership.md | 3 ++- src/style/theme.css | 14 +++++++++----- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/_includes/footer.liquid b/_includes/footer.liquid index 88bca1c..aa8117a 100644 --- a/_includes/footer.liquid +++ b/_includes/footer.liquid @@ -1,4 +1,6 @@ - + \ No newline at end of file diff --git a/src/leadership.md b/src/leadership.md index 30a0d40..99d0a81 100644 --- a/src/leadership.md +++ b/src/leadership.md @@ -10,11 +10,12 @@ permalink: leadership.html

Nexan

- +
Nexan, known in-game as Mahosurn Aesotth, is the Leader of the Ashes of Amethyst. They have been playing FFXIV since July of 2020, and their character is a Keeper of the Moon Miqo'te who is typically seen as a Red Mage. They started this Free Company in response to their previous Free Company being dissolved without warning and wanting a new place for some of their friends to be in a safe space, as well as wanting somewhere for those interested to hang out and play games.

+

More to come...

\ No newline at end of file diff --git a/src/style/theme.css b/src/style/theme.css index b481b3f..7a7924b 100644 --- a/src/style/theme.css +++ b/src/style/theme.css @@ -178,7 +178,6 @@ footer { background-color: #13092D; /* background color for footer */ width: 100%; - height: 40px; padding: 10px; text-align: center; /* this centers the footer text */ @@ -225,13 +224,18 @@ ul.nobull { justify-content: center; } -img { - max-width: 250px; +.mem-img img { + max-width: 200px; + padding-right: 5px; + float: left; } -.text { - padding-left: 20px; +.mem-text { + float: right; + padding-left: 5px; } + + /* BELOW THIS POINT IS MEDIA QUERY */ /* so you wanna change the width of your page?