Added missing semicolon
This commit is contained in:
parent
4048550bac
commit
fb41529c9c
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ body {
|
|||
line-height: 22px;
|
||||
width: 400px;
|
||||
margin: 0;
|
||||
overflow: overlay
|
||||
overflow: overlay;
|
||||
}
|
||||
|
||||
.navIcon {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue