]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/rounds.scss
result layout
[alttp.git] / resources / sass / rounds.scss
index dff973ec23dd128e63bdb31ab02f889a4d04e2fa..b83f37bce01b84d25fbf64301169d42fece5de8d 100644 (file)
@@ -1,8 +1,16 @@
 .rounds {
+       margin: 1rem 0;
+       padding: 0;
+
        .round {
                margin: 1rem 0;
                border: thin solid $secondary;
                border-radius: 1ex;
                padding: 1ex;
+
+               .info {
+                       padding-right: 1rem;
+                       min-width: 13em;
+               }
        }
 }