diff --git a/index.html b/index.html index 4100b01..fd6a805 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@ background-color: #0074D9; color: white; border: solid 1px #7FDBFF; - border-radius: 2px; + border-radius: 4px; cursor: pointer; } #diagram-form button:hover { @@ -45,6 +45,9 @@ overflow-x: auto; overflow-y: hidden; } + footer { + margin-top: 50px; + }