X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2Fcommon.scss;fp=resources%2Fsass%2Fcommon.scss;h=57d0d5fc30da60db6c503a76e3f87eb29deb4669;hb=2110d91bc5016fd78aec02578b09506b6d67f45e;hp=f585be09416b6912a4d7b9efa104d8fe072cbf1d;hpb=c0980e3225576839de383a6988df40d7630bd316;p=alttp.git diff --git a/resources/sass/common.scss b/resources/sass/common.scss index f585be0..57d0d5f 100644 --- a/resources/sass/common.scss +++ b/resources/sass/common.scss @@ -20,3 +20,16 @@ h1 { .text-bronze { color: $bronze; } + +.zelda-icon { + display: inline-flex; + align-items: center; + width: 2em; + height: 2em; + + img { + margin: auto; + max-width: 100%; + max-height: 100%; + } +}