Small tweaks to the site background and the docker run script

This commit is contained in:
Gregory Ballantine 2021-09-06 15:15:06 -04:00
parent f018204482
commit 9be370e7d9
2 changed files with 3 additions and 3 deletions

View File

@ -31,8 +31,8 @@ table
width: 100%
max-height: 100%
// Add blur effect
filter: blur(5px) grayscale(30%) brightness(85%)
-webkit-filter: blur(5px) grayscale(30%) brightness(85%)
filter: blur(5px) grayscale(30%) brightness(95%)
-webkit-filter: blur(5px) grayscale(30%) brightness(95%)
#main-container
max-width: 1050px

View File

@ -1,3 +1,3 @@
#!/bin/sh
docker run -d --rm -p 3000:3000 --name minecraft-website minecraft-website
docker run -d --rm -p 3000:3000 -v "$(pwd)":/usr/src/minecraft-website --name minecraft-website minecraft-website