diff --git a/.ddev/docker-compose.override.yaml b/.ddev/docker-compose.override.yaml deleted file mode 100644 index 6852a6c..0000000 --- a/.ddev/docker-compose.override.yaml +++ /dev/null @@ -1,9 +0,0 @@ -version: '3.6' -services: - web: - # Install needed dependencies and run webpack in watch mode - command: /bin/sh -c "npm install && npm run build:css -- --watch" - volumes: - - ../packages/base:/var/www/html/packages/base - environment: - - NODE_ENV=development diff --git a/ToDo.md b/ToDo.md index 3255a91..9c28fe6 100644 --- a/ToDo.md +++ b/ToDo.md @@ -2,3 +2,5 @@ [x] unordered list design [x] check if marker design of ul and ol use em instead of rem for sizing [x] navbar should be sticky on mobile +[ ] disable social media icons +[ ] footer links zu datenschutz und impressum