diff --git a/NOTICE b/NOTICE index a958093..41ba2e5 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,5 @@ -Copyright 2022 Redume +EveryNASA Copyright 2022-2023 Redume +Starlio Copyright 2023 Redume Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/static/css/main.css b/static/css/main.css index df0915c..00f99c6 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -10,7 +10,11 @@ body { user-select: none; } -#content p { +a { + text-decoration: none; +} + +#content p, .form-select, #download { font-family: 'Roboto', sans-serif; } @@ -153,7 +157,7 @@ body { #devices { width: 50%; height: 50%; - margin: 15% 2%; + margin: 10% 2%; } #title {