forked from friendica/friendica-wp-theme
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:
parent
041f2e00f5
commit
a00d65e7ee
3 changed files with 44 additions and 8 deletions
|
|
@ -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%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue