Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Small page width fixes
Alexis Sellier committed 4 years ago
commit 19c1676f5008358df003e2b41a58113866e15981
parent d03e4acf38521bf44686a41f8f70d291514d1f29
1 file changed +2 -2
modified src/base/home/Index.svelte
@@ -42,12 +42,12 @@
  main {
    padding: 3rem 3rem;
    width: 100%;
-
    max-width: 72rem;
+
    max-width: 74rem;
  }
  .blurb {
    color: var(--color-foreground-90);
    padding: 0rem;
-
    max-width: 90%;
+
    max-width: 70%;
    font-size: 1.25rem;
    text-align: left;
    border-radius: 1rem;