diff --git a/assets/css/style.css b/assets/css/style.css index 7b54d664..8cae9026 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -147,6 +147,11 @@ nav#links a { cursor: pointer; } +.sites { + max-width: 600px; + margin: 0 auto; +} + nav#links a, .sub-menu-outer a { text-decoration: none; diff --git a/src/templates/view/servers.php b/src/templates/view/servers.php index f6c52880..541963bf 100644 --- a/src/templates/view/servers.php +++ b/src/templates/view/servers.php @@ -1,24 +1,25 @@
-
-

Public servers

-

+

+

Public servers

+

If you are not interested in hosting your own server, you can still use Friendica. - Here are some public server run by enthousiasts that you can join. - We recommend these based on their health. -

-

- Keep in mind that different servers may support different features like communicating with additional networks besides Friendica. - It's best to pick the one that best suits your needs. -

+ Here are some public server run by enthusiasts that you can join. + We recommend these based on their health. +

+

+ Keep in mind that different servers may support different features like communicating with additional networks besides Friendica. + It's best to pick the one that best suits your needs. +

- + -

Recommending public servers

- view('_site', array('site'=>$site)); - ?> +

Recommending public servers

+view('_site', array('site'=>$site)); + } +?>
-
\ No newline at end of file +