diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-06-12 13:35:30 +0000 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-06-12 13:35:30 +0000 |
commit | 16fe8d754c183fbbecd5122c743f4079869a1f95 (patch) | |
tree | 8f647bbfb3bf2749cd623bfa440efd5d0dc1edbd /src/views/Home.vue | |
parent | 440afc348bf4e0391de0a16783803350517da168 (diff) | |
download | website-16fe8d754c183fbbecd5122c743f4079869a1f95.tar.gz website-16fe8d754c183fbbecd5122c743f4079869a1f95.tar.bz2 website-16fe8d754c183fbbecd5122c743f4079869a1f95.tar.xz website-16fe8d754c183fbbecd5122c743f4079869a1f95.zip |
Link and style updates
Link updates:
* Adjusted wiki URLs to avoid redirects
* Updated downloads page redirect to current Downloads page
* Updated link to Tiled repository
* Updated download link on registration page
Style updates:
* Restored the border around the contents
* Give the text a bit more space
* Less different font sizes
* More modern use of rounded corners
Diffstat (limited to 'src/views/Home.vue')
-rw-r--r-- | src/views/Home.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/views/Home.vue b/src/views/Home.vue index b0a7b11..e9740bf 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -3,13 +3,13 @@ <h1>The Mana World Project</h1> <p>The Mana World (TMW) is a serious effort to create an innovative free and open source MMORPG. TMW uses 2D graphics and aims to create a large and diverse interactive world. It is licensed under the GPL, making sure this game can't ever run away from you.</p> <div class="read-more"> - <router-link :to="{ name: 'about' }">Read More >></router-link> + <router-link :to="{ name: 'about' }">Read More »</router-link> </div> <h1>Recent News</h1> <News :count="1"/> <div class="read-more"> - <router-link :to="{ name: 'news' }">More News >></router-link> + <router-link :to="{ name: 'news' }">More News »</router-link> </div> </main> </template> @@ -23,7 +23,7 @@ color: #2f2e32; text-decoration: none; font-weight: bold; - font-size: 0.8em; + font-size: 0.9em; &:hover { text-decoration: underline; |