Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix text alignment in the "Authenticate" button
Rūdolfs Ošiņš committed 2 years ago
commit 04999a1e556bed5329143dd91d06a863c5d418ec
parent 9e750cf90f50fa8d24e9b4237f41173b44aab457
1 file changed +1 -2
modified src/components/ConnectInstructions.svelte
@@ -18,7 +18,7 @@
  .heading {
    font-size: var(--font-size-small);
    font-weight: var(--font-weight-bold);
-
    margin-bottom: 0.5rem;
+
    margin-bottom: 0.75rem;
  }

  .label {
@@ -26,7 +26,6 @@
    font-size: var(--font-size-small);
    font-weight: var(--font-weight-regular);
    margin-bottom: 0.75rem;
-
    margin-top: 0.75rem;
  }
</style>