add version number to initial display
This commit is contained in:
parent
54632e4be5
commit
3bd3d44829
6 changed files with 18 additions and 13 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -306,17 +306,21 @@ jsgif {
|
|||
align-items: center;
|
||||
text-align: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#loading .title {
|
||||
font-family: Star4000 Large;
|
||||
font-size: 36px;
|
||||
color: yellow;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.title {
|
||||
font-family: Star4000 Large;
|
||||
font-size: 36px;
|
||||
color: yellow;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
#loading .instructions {
|
||||
font-size: 18pt;
|
||||
.version {
|
||||
margin-bottom: 35px;
|
||||
}
|
||||
|
||||
.instructions {
|
||||
font-size: 18pt;
|
||||
}
|
||||
}
|
||||
|
||||
.heading {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue