mirror of https://github.com/dirtbags/moth.git
Update documentation
This commit is contained in:
parent
8d276a1b8b
commit
6532ae343a
|
@ -53,7 +53,7 @@ like this:
|
|||
|
||||
### With Docker
|
||||
|
||||
docker run --rm -t -v /path/to/my/puzzles:/moth/puzzles:ro -p 8080:8080 dirtbags/moth-devel
|
||||
docker run --rm -t -v /path/to/my/puzzles:/puzzles:ro -p 8080:8080 dirtbags/moth-devel
|
||||
|
||||
|
||||
### Without Docker
|
||||
|
|
|
@ -172,7 +172,7 @@ nav li + li:before {
|
|||
}
|
||||
|
||||
#sponsors img {
|
||||
max-width: 25%;
|
||||
max-width: 20%;
|
||||
max-height: 5em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue