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
|
### 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
|
### Without Docker
|
||||||
|
|
|
@ -172,7 +172,7 @@ nav li + li:before {
|
||||||
}
|
}
|
||||||
|
|
||||||
#sponsors img {
|
#sponsors img {
|
||||||
max-width: 25%;
|
max-width: 20%;
|
||||||
max-height: 5em;
|
max-height: 5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue