]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/rounds.scss
display seed code
[alttp.git] / resources / sass / rounds.scss
index ee38c8237e287b9c139140a5a2a5900fc3ef3774..f258d46fd0f82b7585222be23531b62d61f112d4 100644 (file)
                        .date {
                                font-size: 125%;
                        }
+
+                       .seed-code {
+                               margin: 1rem 0;
+                       }
                }
        }
 }
+
+.seed-code {
+       display: flex;
+       flex-direction: row;
+       flex-wrap: nowrap;
+       align-items: center;
+       align-content: center;
+       justify-content: flex-start;
+       gap: 0.5ex;
+}