diff --git a/Makefile b/Makefile index 48dc55a..b88001b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,3 @@ -DISPLAY = $(wildcard src/display/*.ts) -OUTFILES = $(patsubst src/display/%.ts,build/%.js,$(DISPLAY)) - all: npx webpack --mode development diff --git a/index.html b/index.html index 12bf6ec..ce2d75d 100644 --- a/index.html +++ b/index.html @@ -57,6 +57,10 @@ .menu-item:hover .dropdown { display: block; } + .container { + display: flex; + justify-content: space-betwenne; + } @@ -108,10 +112,30 @@ -
+
+
+
+