Skip to content

Commit

Permalink
Update demos_index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-edward authored Apr 1, 2024
1 parent 18b0601 commit 285a078
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions demos/demos_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
top: 10px;
border: 0;
background: rgba(238, 238, 221, 0.5);
width: 50px;
height: 50px;
width: 60px;
height: 60px;
font-size: xx-large;
color: rgba(51,51,51, 0.5);
box-shadow: none;
Expand All @@ -33,18 +33,20 @@
font-weight: bolder;
vertical-align: middle;
display: table-cell;
text-align: center;
justify-content: center;
}

.control-button:hover {
background-color: rgba(211, 211, 194, 0.7);
}

#return-button {
right: 70px;
right: 90px;
}

#refresh-button {
right: 10px;
right: 20px;
}
</style>
</head>
Expand Down

0 comments on commit 285a078

Please sign in to comment.