From d91af345c5194527faf8ee46dbebc1b2cb8ecf95 Mon Sep 17 00:00:00 2001 From: Natalie Moore Date: Wed, 21 Jun 2023 17:48:55 -0500 Subject: [PATCH] tidy a few things up before release; --- README.md | 8 +++++++- src/App.vue | 15 ++++----------- src/assets/main.css | 6 +----- src/views/HomeView.vue | 6 +++--- 4 files changed, 15 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 069cbac..e5aa29e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # iden-calc-web -A web-based tool for calculating IDEN tables and frequencies. \ No newline at end of file +A web-based tool for calculating Project 25 IDEN tables and frequencies. Runs entirely out of your browser! + +[Check it out here!](https://dvmproject.io/iden-calc-web/) + +## License + +This project is licensed under the AGPLv3 License - see the [LICENSE.md](LICENSE.md) file for details. Use of this project is intended for amateur and/or educational use ONLY. Any other use is at the risk of user and all commercial purposes is strictly discouraged. \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 7979789..c65d041 100644 --- a/src/App.vue +++ b/src/App.vue @@ -13,6 +13,10 @@ import { RouterLink, RouterView } from 'vue-router' font-size: 8pt; } +.main-header { + text-align: center; +} + header { line-height: 1.5; max-height: 100vh; @@ -49,22 +53,11 @@ nav a:first-of-type { } @media (min-width: 1024px) { - header { - display: flex; - place-items: center; - padding-right: calc(var(--section-gap) / 2); - } .logo { margin: 0 2rem 0 0; } - header .wrapper { - display: flex; - place-items: flex-start; - flex-wrap: wrap; - } - nav { text-align: left; margin-left: -1rem; diff --git a/src/assets/main.css b/src/assets/main.css index e8667cd..73fc3fe 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -27,9 +27,5 @@ a, place-items: center; } - #app { - display: grid; - grid-template-columns: 1fr 1fr; - padding: 0 2rem; - } + } diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index f9bba69..adf97a5 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -3,7 +3,7 @@