X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2Frounds.scss;h=ee38c8237e287b9c139140a5a2a5900fc3ef3774;hb=1c3b922ba7143a548c8a7526f5e4384f336e2f1e;hp=8b58071fc8237f48487fd2a1e1cdf1159a6b3f18;hpb=d748feb96453d74aeffec648d6f5f68d9ef3b520;p=alttp.git diff --git a/resources/sass/rounds.scss b/resources/sass/rounds.scss index 8b58071..ee38c82 100644 --- a/resources/sass/rounds.scss +++ b/resources/sass/rounds.scss @@ -7,5 +7,14 @@ border: thin solid $secondary; border-radius: 1ex; padding: 1ex; + + .info { + padding-right: 1rem; + min-width: 13em; + + .date { + font-size: 125%; + } + } } }