Small tweaks to the site background and the docker run script
This commit is contained in:
parent
f018204482
commit
9be370e7d9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user