diff --git a/index.html b/index.html index bd34515..2827664 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,10 @@
- View on Github +
+ View on Github + Donate +
diff --git a/styles/style.css b/styles/style.css index 92f91bb..fb0d439 100644 --- a/styles/style.css +++ b/styles/style.css @@ -46,6 +46,7 @@ ul a:hover { margin-bottom: 1vw; margin-top: 2vw; padding: 1.2vw; + text-align: center; } .button:hover { @@ -119,6 +120,16 @@ ul a:hover { font-weight: normal; } +.header_buttons { + float: right; + margin-right: 2%; +} + +.header_buttons a { + width: 100%; + box-sizing: border-box; +} + .instruction { background-color: #F1F1F1; display: inline; @@ -151,13 +162,6 @@ ul a:hover { font-weight: bold; } -.top_right { - position: absolute; - right: 0; - top: 0; - margin: 2% 2% 0 auto; -} - /* Resources */ .zip { background: url("resources/zip.png") no-repeat; }