Fix double semicolon

This commit is contained in:
Lukas SP 2020-08-24 18:09:18 +02:00
parent 27284a0b3a
commit 09135a493f
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ html, body {
margin-right: 40px;
padding: 5px 10px;
background-color: #000000;
border-radius: 10px;;
border-radius: 10px;
}
}
}