Rework "download" and "try it"

- Remove "Download" button
- Add "Try friendica" section with link to directory
- Add "Run your server" section with link to install guide

See https://github.com/friendica/friendica/issues/9430
This commit is contained in:
Fabio 2020-10-20 10:29:41 +02:00
commit a00d65e7ee
3 changed files with 44 additions and 8 deletions

View file

@ -1902,6 +1902,13 @@
justify-content: space-between;
}
.flex.center {
-moz-justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
}
.flex.flex-2 article {
width: 47%;
}