diff --git a/main/Bookmark_Topper.html b/main/Bookmark_Topper.html index cee85cb..70dfcce 100644 --- a/main/Bookmark_Topper.html +++ b/main/Bookmark_Topper.html @@ -58,10 +58,10 @@

3.0

- + \ No newline at end of file diff --git a/main/Link_Controller.html b/main/Link_Controller.html index ecb1c14..158e9f8 100644 --- a/main/Link_Controller.html +++ b/main/Link_Controller.html @@ -39,10 +39,10 @@

Manual Extension Package Installation

- + \ No newline at end of file diff --git a/main/Memory_Monitor.html b/main/Memory_Monitor.html index 73a120c..a72fad8 100644 --- a/main/Memory_Monitor.html +++ b/main/Memory_Monitor.html @@ -38,10 +38,10 @@

Manual Extension Package Installation

- + \ No newline at end of file diff --git a/main/Navigation_Confirmation.html b/main/Navigation_Confirmation.html index 4ee5ebd..7840656 100644 --- a/main/Navigation_Confirmation.html +++ b/main/Navigation_Confirmation.html @@ -39,10 +39,10 @@

Manual Extension Package Installation

- + \ No newline at end of file diff --git a/main/Processor_Monitor.html b/main/Processor_Monitor.html index 822213c..7d16069 100644 --- a/main/Processor_Monitor.html +++ b/main/Processor_Monitor.html @@ -38,10 +38,10 @@

Manual Extension Package Installation

- + \ No newline at end of file diff --git a/main/Single_Tab_Zoom.html b/main/Single_Tab_Zoom.html index cdcc954..c73c85b 100644 --- a/main/Single_Tab_Zoom.html +++ b/main/Single_Tab_Zoom.html @@ -39,10 +39,10 @@

Manual Extension Package Installation

- + \ No newline at end of file diff --git a/main/Support.html b/main/Support.html index cc33d51..a885554 100644 --- a/main/Support.html +++ b/main/Support.html @@ -3,7 +3,6 @@ - Support - Daniel Herr Software @@ -14,10 +13,10 @@

Support

-
+

If you are experiencing a problem and would like help, would like to request a feature, or just ask something, you can use Reddit or Google Groups.

-
+ \ No newline at end of file diff --git a/main/details.css b/main/details.css index 05c43c0..bbc1986 100644 --- a/main/details.css +++ b/main/details.css @@ -6,6 +6,6 @@ ul { list-style-type: disc; padding-left: 16px; } -aside { +address { margin-top: 2em; } \ No newline at end of file diff --git a/main/index.css b/main/index.css new file mode 100644 index 0000000..12ca538 --- /dev/null +++ b/main/index.css @@ -0,0 +1,21 @@ +h3 { + font-size: 1.2em; +} +img { + vertical-align: bottom; +} +address { + display: flex; + flex-wrap: wrap; + gap: 1em; +} +address h2 { + width: 100%; + margin-bottom: 0; +} +address a { + font-size: 1.2em; +} +address img, address picture { + vertical-align: middle; +} \ No newline at end of file diff --git a/main/index.html b/main/index.html index b5e2792..1ef41c5 100644 --- a/main/index.html +++ b/main/index.html @@ -3,6 +3,7 @@ + Daniel Herr Software @@ -10,7 +11,7 @@

Daniel Herr Software

-
+

Web Extensions

@@ -66,8 +67,41 @@

Applies zooming to the current tab instead of the entire site.

-
-

Support

-

GitHub

+ +
+

Profiles and Contact

+ Support + + + + + + GitHub + + + + Reddit + + + + Google Groups + + + + YouTube + + + + LinkedIn + + + + X (Twitter) + + + + Stack Overflow + +
\ No newline at end of file diff --git a/main/main.css b/main/main.css index bf81c93..bd0558c 100644 --- a/main/main.css +++ b/main/main.css @@ -7,9 +7,14 @@ html { } body { font-family: sans-serif; - width: fit-content; + width: min-content; + max-width: 100%; margin: auto; } +header, main { + width: max-content; + max-width: 100%; +} h1 { margin-top: 0; } \ No newline at end of file diff --git a/main/support.css b/main/support.css deleted file mode 100644 index 235ff7c..0000000 --- a/main/support.css +++ /dev/null @@ -1,6 +0,0 @@ -body { - width: min-content; -} -header { - width: max-content; -} \ No newline at end of file