From 63f4d712522ecefbb3086b4acfbcc345a555a584 Mon Sep 17 00:00:00 2001
From: Stone-Red-Code <56473591+Stone-Red-Code@users.noreply.github.com>
Date: Thu, 18 Mar 2021 21:51:39 +0100
Subject: [PATCH] added more projects
also fiexd weird scrolling bug
---
projects.html | 27 +++++++++++++++++++++++++++
style.css | 9 +++++----
2 files changed, 32 insertions(+), 4 deletions(-)
diff --git a/projects.html b/projects.html
index d0c0f78..c84d084 100644
--- a/projects.html
+++ b/projects.html
@@ -22,6 +22,33 @@
+
+
+
+
Discord_Simple-Embed-Bot
+
A bot that makes it very simple to post custom embeds.
+
+
+
+
+
+
+
+
+
Stone_Red-C-Sharp-Utilities
+
Adds useful C# methods.
+
+
Example: .Print() (Prints all elements of array or list)
+
+
+
+
+
diff --git a/style.css b/style.css
index 011a14f..7cbfdf9 100644
--- a/style.css
+++ b/style.css
@@ -15,11 +15,12 @@ body {
}
footer {
- position: absolute;
bottom: 0;
- width: 100%;
- padding-right: 1.9rem;
- /* Set the fixed height of the footer here */
+ box-sizing: border-box;
+ right: 15px;
+ left: 15px;
+ position: absolute;
+ /* Set the fixed height of the footer */
height: 255px;
}