Merge pull request 'fix-cards-margin' (#13) from fix-cards-margin into style

Reviewed-on: #13
This commit is contained in:
dvirlabs 2025-06-04 01:01:05 +00:00
commit d6d7daf47c
3 changed files with 15 additions and 3 deletions

View File

@ -8,6 +8,10 @@ sections:
icon: prometheus.svg
name: Prometheus
url: https://prometheus.dvirlabs.com
- description: Kibana logs server
icon: kibana.svg
name: Kibana
url: https://kibana.dvirlabs.com
name: Monitoring
- apps:
- description: Git server
@ -22,4 +26,12 @@ sections:
icon: woodpecker-ci.svg
name: Woodpecker
url: https://woodpecker.dvirlabs.com
name: Dev-tools
- description: CD tool
icon: argocd.svg
name: ArgoCD
url: https://argocd.dvirlabs.com
- description: Hashicorp vault
icon: vault.svg
name: Vault
url: https://vault.dvirlabs.com
name: Devtools

View File

@ -1,7 +1,7 @@
.app-card {
background-color: #1e1e1e;
color: #fff;
padding: 1.3rem;
padding: 0.9rem;
border-radius: 12px;
text-align: center;
text-decoration: none;