X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=resources%2Fsass%2Fcommon.scss;h=14cbd07be4a3d4178d66b3da3bf0c4a52224b65c;hb=be4ba270ffdcc484c3502c74a01872a9d8a68175;hp=879253c893aba8a92603c913bdfc52b8521ffdad;hpb=f1c8c3cc53a09d1c261875d2f482b6e19bc48a9a;p=alttp.git diff --git a/resources/sass/common.scss b/resources/sass/common.scss index 879253c..14cbd07 100644 --- a/resources/sass/common.scss +++ b/resources/sass/common.scss @@ -12,15 +12,9 @@ h1 { } .button-bar { + margin: -0.5ex; > * { - margin-left: 0.5ex; - margin-right: 0.5ex; - } - > :first-child { - margin-left: 0; - } - > :last-child { - margin-right: 0; + margin: 0.5ex; } } @@ -46,11 +40,11 @@ h1 { .snes-button-x, .snes-button-y { display: inline-block; - width: 1.5em; + width: 2em; height: 0; - padding: .75em 0; + padding: 1em 0; box-shadow: .125ex .125ex .125ex rgba(0, 0, 0, .5); - border-radius: .75em; + border-radius: 1em; font-size: 90%; font-weight: bold; text-align: center;