X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=resources%2Fsass%2Frounds.scss;h=f258d46fd0f82b7585222be23531b62d61f112d4;hb=a63d08fd45b4d9ac59be8241b4147aab4e64ff68;hp=8b58071fc8237f48487fd2a1e1cdf1159a6b3f18;hpb=d748feb96453d74aeffec648d6f5f68d9ef3b520;p=alttp.git diff --git a/resources/sass/rounds.scss b/resources/sass/rounds.scss index 8b58071..f258d46 100644 --- a/resources/sass/rounds.scss +++ b/resources/sass/rounds.scss @@ -7,5 +7,28 @@ border: thin solid $secondary; border-radius: 1ex; padding: 1ex; + + .info { + padding-right: 1rem; + min-width: 13em; + + .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; +}