Several changes to cards

Cards are now bigger and do not contain an expand feature
This commit is contained in:
Neshura 2023-03-15 20:43:56 +01:00
parent 563d85ef6d
commit 31bd014abf
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
6 changed files with 152 additions and 233 deletions
interfaces

View file

@ -15,7 +15,6 @@ export interface Service {
name: string,
icon: string,
href: string,
desc1?: string,
desc: string,
warn?: string,
extLink?: string,