diff --git a/pages/cloud-providers.html b/pages/cloud-providers.html index 94da4f6..397efc1 100644 --- a/pages/cloud-providers.html +++ b/pages/cloud-providers.html @@ -11,7 +11,7 @@

-
+
FLOSS Feeds @@ -37,6 +37,7 @@

cheredeprince.net + FreshRSS

@@ -51,11 +52,10 @@

facil.services + FreshRSS

-
-
Flus @@ -81,6 +81,7 @@

hostux.network + FreshRSS

@@ -94,15 +95,14 @@

- prodottoinrete.com + prodottoinrete.com + FreshRSS

-
-
- Siick’s services + Siick's Services

@@ -111,20 +111,7 @@

services.siick.fr -

-
- -
-
- ~vern -
- -

- English, free (donations accepted) -

- -

- rss.vern.cc + FreshRSS

@@ -134,11 +121,12 @@

- French, 10 € / year + French, 10 € / year

- zaclys.com + zaclys.com + FreshRSS

diff --git a/static/style.css b/static/style.css index ba56d8e..522af0b 100644 --- a/static/style.css +++ b/static/style.css @@ -325,6 +325,13 @@ blockquote { } } +.grid { + display: grid; + + grid-gap: 1rem; + grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr)); +} + .edge-gap { padding-right: 0.5rem; padding-left: 0.5rem;