Round button corners

This commit is contained in:
Henri 2020-11-27 21:02:29 +01:00
parent 3220c1b548
commit 8c5a5d9964

View File

@ -25,6 +25,7 @@ a:hover {
.button {
background-color: blue;
border: none;
border-radius: 4px;
color: white;
padding: 4px 2px;
width: 110px;