diff --git a/Makefile b/Makefile index 946d7db..c297262 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CSS = style.css PAGES = index.html IMAGES = \ mlem.gif icon.png niss_uwu_bg.png \ - star_small.png sparkles_large.png niss_wave_small.png + star_small.png sparkles_large.png niss_wave_large.png BUILDDIR ?= _build TMPDIR ?= _tmp diff --git a/index.html b/index.html index 3cbfb19..e5f3b68 100644 --- a/index.html +++ b/index.html @@ -64,9 +64,12 @@ diff --git a/style.css b/style.css index 7104c00..21ee1d9 100644 --- a/style.css +++ b/style.css @@ -137,6 +137,20 @@ footer { color: black; text-shadow: none; font-weight: 400; + + display: grid; + grid-template: "e t" / 35px auto; + align-items: center; + justify-items: center; +} + +footer .emojo { + display: block; + grid-area: e; +} + +footer p, footer div { + grid-area: t; } footer a {