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

@ -39,4 +39,4 @@ steps:
username: username:
from_secret: harbor_user from_secret: harbor_user
password: password:
from_secret: harbor_password from_secret: harbor_password

View File

@ -8,6 +8,10 @@ sections:
icon: prometheus.svg icon: prometheus.svg
name: Prometheus name: Prometheus
url: https://prometheus.dvirlabs.com url: https://prometheus.dvirlabs.com
- description: Kibana logs server
icon: kibana.svg
name: Kibana
url: https://kibana.dvirlabs.com
name: Monitoring name: Monitoring
- apps: - apps:
- description: Git server - description: Git server
@ -22,4 +26,12 @@ sections:
icon: woodpecker-ci.svg icon: woodpecker-ci.svg
name: Woodpecker name: Woodpecker
url: https://woodpecker.dvirlabs.com 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 { .app-card {
background-color: #1e1e1e; background-color: #1e1e1e;
color: #fff; color: #fff;
padding: 1.3rem; padding: 0.9rem;
border-radius: 12px; border-radius: 12px;
text-align: center; text-align: center;
text-decoration: none; text-decoration: none;