missing ; in css

This commit is contained in:
Max le Fou 2019-08-15 19:04:41 +02:00 committed by GitHub
parent 2682e662b0
commit 783ac80dc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,8 +63,8 @@ box-shadow: inset -1px -1px 0px 0px rgba(128,128,128,1);
.box-inner .content {
margin: auto;
padding: 20px 2px;
font-size: 10pt
font-family: 'Sans-Serif';
font-size: 10pt;
font-family: 'Sans-Serif';
display: inline-block;
width: 60%;
@ -74,7 +74,7 @@ button,
button:hover {
padding: 5px;
width: 100%;
font-size: 10pt
font-size: 10pt;
font-family: 'Sans-Serif';
display: inline-block;
background-color: #c0c0c0;