diff --git a/index.html b/index.html index 39fc0d4c..c6a40f43 100644 --- a/index.html +++ b/index.html @@ -1,250 +1,250 @@ - - - - - - - - theme.park - A collection of themes/skins for your favorite apps! - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-
-

Custom themes for your favorite apps!

-
-
-
-

...

- Find Out More -
-
-
-
- -
-
-
-
-

...

-
-

...

-

Installation methods include custom docker mods - for linuxserver.io containers,

-

custom scripts for select Hotio containers - and multiple examples of subfiltering using webservers like Nginx, Apache, Caddy and Traefik!

-

There is also a Docker image available for selfhosting the CSS files.

-

...

- Get Started! -
- -
-
-
-
-
-
-
- -
-
-

How to get started

-
-
-
-
- -

Theme Docs

-

Head over to the documentation page for more information on each - theme!

-
-
-
-
- -

Find us on Github

-

Having issues with a theme? Let us know on Github!

-
-
-
-
- -

Discord Community

-

Need live support? Head over to our Discord server!

-
-
-
-
- -

Community - Themes!

-

Got a good color scheme you'd like to see - added? PR it!

-
-
-
-
- -

Made with Love

-

Is it really open source if it's not made with love?

-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
-

Official theme options

-
Click here for the community themes
- - -
-
-
-
-
-
-
-
-
- - - - - - - - - - - - - - - + + + + + + + + theme.park - A collection of themes/skins for your favorite apps! + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

Custom themes for your favorite apps!

+
+
+
+

...

+ Find Out More +
+
+
+
+ +
+
+
+
+

...

+
+

...

+

Installation methods include custom docker mods + for linuxserver.io containers,

+

custom scripts for select Hotio containers + and multiple examples of subfiltering using webservers like Nginx, Apache, Caddy and Traefik!

+

There is also a Docker image available for selfhosting the CSS files.

+

...

+ Get Started! +
+ +
+
+
+
+
+
+
+ +
+
+

How to get started

+
+
+
+
+ +

Theme Docs

+

Head over to the documentation page for more information on each + theme!

+
+
+
+
+ +

Find us on Github

+

Having issues with a theme? Let us know on Github!

+
+
+
+
+ +

Discord Community

+

Need live support? Head over to our Discord server!

+
+
+
+
+ +

Community + Themes!

+

Got a good color scheme you'd like to see + added? PR it!

+
+
+
+
+ +

Made with Love

+

Is it really open source if it's not made with love?

+
+
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+

Official theme options

+
Click here for the community themes
+ + +
+
+
+
+
+
+
+
+
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/landing-page/css/custom.css b/resources/landing-page/css/custom.css index e9386f94..fe37b12c 100644 --- a/resources/landing-page/css/custom.css +++ b/resources/landing-page/css/custom.css @@ -289,7 +289,7 @@ header.masthead { background: rgba(0, 0, 0, 0.2); color: rgba(255, 255, 255, 0.7); border-radius: 5px; - max-width: 120px; + max-width: 130px; min-width: 130px; } @@ -438,4 +438,10 @@ body { /* Safari and Chrome */ -o-animation: fadein 2s; /* Opera */ +} + + @media only screen and (min-width: 200px) and (max-width: 767px) { + .app-container { + min-width: 120px; + } } \ No newline at end of file