diff --git a/StartWebServer.bat b/StartWebServer.bat index b179f02..6cfaa1f 100644 --- a/StartWebServer.bat +++ b/StartWebServer.bat @@ -1,3 +1,3 @@ @ECHO OFF ECHO Starting Web Server... -python3 -m http.server \ No newline at end of file +python -m http.server \ No newline at end of file diff --git a/help/assets/sendcompany.png b/help/assets/sendcompany.png new file mode 100644 index 0000000..d4439cb Binary files /dev/null and b/help/assets/sendcompany.png differ diff --git a/ribbon/css/style.css b/ribbon/css/style.css index 27165a9..5e6f742 100644 --- a/ribbon/css/style.css +++ b/ribbon/css/style.css @@ -1,3 +1,7 @@ +.ribbon-center { + justify-content: center; +} + .ribbons-display { margin-left: auto; margin-right: auto; @@ -27,11 +31,11 @@ } .ribbons { - margin-right: auto; + margin-right: auto; margin-left: 0px; display: inline; } .ribbon_selector { margin: auto; -} \ No newline at end of file +} diff --git a/ribbon/index.html b/ribbon/index.html index cb9e25f..b2a6500 100644 --- a/ribbon/index.html +++ b/ribbon/index.html @@ -49,12 +49,12 @@
-
- +
+
- \ No newline at end of file +