diff --git a/about/index.html b/about/index.html new file mode 100644 index 0000000..b2a5961 --- /dev/null +++ b/about/index.html @@ -0,0 +1,46 @@ + + + + + + + LibreShop + + + + + + + +
+ + Home + Download + Wiki + About +
+ +
+

not yet:tm:

+
+ + + + diff --git a/content/head/style.css b/content/head/style.css index 347f8dc..db39b8d 100644 --- a/content/head/style.css +++ b/content/head/style.css @@ -1,7 +1,10 @@ /* this whole funny thing is used on every .html page */ /* body, more like the background and font */ body { - margin: 0 auto; + min-height: 100vh; + margin: 0; + display: flex; + flex-direction: column; font-family: "Varela Round", sans-serif; background-color: #08171f; background-image: url(../index/libreshop_bg.png); @@ -13,8 +16,8 @@ body { /* the website's header */ header { display: flex; + min-height: 80px; padding: auto; - height: 80px; gap: 5px; background-color: #173e49; } @@ -35,6 +38,7 @@ a:hover { /* the website's body */ .content { + flex: 1; margin: 0 auto; padding-bottom: 25px; width: 95%; @@ -185,8 +189,7 @@ a:hover { /* footer */ footer { - position: relative; - min-height: 100%; + min-height: 80px; overflow: hidden; background-color: #245f71; } @@ -247,4 +250,4 @@ code { .latestdownload:hover { background-color: #2b7c92; color: white; -} \ No newline at end of file +} diff --git a/download/index.html b/download/index.html index 4d4b392..5e81452 100644 --- a/download/index.html +++ b/download/index.html @@ -14,10 +14,10 @@
- Home - Download - Wiki - About + Home + Download + Wiki + About
@@ -60,4 +60,4 @@
- \ No newline at end of file + diff --git a/index.html b/index.html index 321e567..920f71f 100644 --- a/index.html +++ b/index.html @@ -15,9 +15,9 @@
Home - Download - Wiki - About + Download + Wiki + About