X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2Frounds.scss;fp=resources%2Fsass%2Frounds.scss;h=f258d46fd0f82b7585222be23531b62d61f112d4;hb=2110d91bc5016fd78aec02578b09506b6d67f45e;hp=ee38c8237e287b9c139140a5a2a5900fc3ef3774;hpb=c0980e3225576839de383a6988df40d7630bd316;p=alttp.git diff --git a/resources/sass/rounds.scss b/resources/sass/rounds.scss index ee38c82..f258d46 100644 --- a/resources/sass/rounds.scss +++ b/resources/sass/rounds.scss @@ -15,6 +15,20 @@ .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; +}