diff --git a/Source/.env b/Source/.env
deleted file mode 100644
index 2148dfc..0000000
--- a/Source/.env
+++ /dev/null
@@ -1,3 +0,0 @@
-# This file is a "template" of which env vars need to be defined for your application
-# Copy this file to .env file for development, create environment variables when deploying to production
-# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
diff --git a/Source/.env.dist b/Source/.env.dist
deleted file mode 100644
index 2148dfc..0000000
--- a/Source/.env.dist
+++ /dev/null
@@ -1,3 +0,0 @@
-# This file is a "template" of which env vars need to be defined for your application
-# Copy this file to .env file for development, create environment variables when deploying to production
-# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
diff --git a/Source/assets/css/main.css b/Source/assets/css/main.css
index 42b8c7f..570f635 100644
--- a/Source/assets/css/main.css
+++ b/Source/assets/css/main.css
@@ -37,6 +37,17 @@ p{
margin: 0;
}
+sup, sub {
+ vertical-align: baseline;
+ position: relative;
+ top: -0.4em;
+}
+sub {
+ top: 0.4em;
+}
+
+
+
.navbar {
min-height: 0px !important;
}
diff --git a/Source/assets/html/header.twig b/Source/assets/html/header.twig
index 72eb0c7..aca3a43 100644
--- a/Source/assets/html/header.twig
+++ b/Source/assets/html/header.twig
@@ -1,4 +1,5 @@
CodeShareBeta
+ BetaCodeShareBeta
+ by Code Solutions Project
Simple solutions for common problems