Apply suggestions from code review

Added TINY style changes
This commit is contained in:
Shay Nehmad 2020-03-18 14:27:05 +02:00 committed by GitHub
parent b4137587fc
commit b6dc77718d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -329,8 +329,8 @@ body {
position: absolute; position: absolute;
bottom: 103px; bottom: 103px;
right: 20px; right: 20px;
background: black; background: #000000cc;
border-radius: 2px; border-radius: 5px;
padding: 1px; padding: 1px;
color: white; color: white;
} }
@ -593,4 +593,3 @@ body {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
} }