From e872fd62713bd8e23cdf714c05a6b40a6097d660 Mon Sep 17 00:00:00 2001
From: ravenci <134-ravenci@git.qoto.org>
Date: Sat, 14 Nov 2020 15:36:49 +0700
Subject: [PATCH] fixed the size of bottom back button for more regularity

---
 public/mls/milestone.html     | 5 +++--
 public/mls/milestonedark.html | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/public/mls/milestone.html b/public/mls/milestone.html
index 87f9a57..a62d966 100644
--- a/public/mls/milestone.html
+++ b/public/mls/milestone.html
@@ -5,9 +5,10 @@
 <link rel='stylesheet' href="../styles.css"/>
 <title>Milestone</title>
 <h6><a href="../index.html">back</a></h6>
-<h1>List of what i've achieved and what should i learn next</h1>
+<h1>Milestone</h1>
 </head>
 <body>
+<h2>Here's a list of thing that i want to achieve.</h2>
 <ol>
 <li>Do a better job at writing only on html so people who look at my site without all the styling and flashy stuff enabled could still enjoy reading it.</li>
 <li>Make a <em>modern-ish</em> look with only using CSS. (This probably will be the hardest challenge for me since i'm just starting learning html)</li>
@@ -17,6 +18,6 @@
 <p>I'll add something new to achieve while i get ahold of the basic concepts</p>
 </body>
 <footer>
-<a href="../index.html">back</a>
+<h6><a href="../index.html">back</a></h6>
 </footer>
 </html>
diff --git a/public/mls/milestonedark.html b/public/mls/milestonedark.html
index 41f3b7b..d524025 100644
--- a/public/mls/milestonedark.html
+++ b/public/mls/milestonedark.html
@@ -5,9 +5,10 @@
 <title>Milestone</title>
 <link rel='stylesheet' href="../stylesdark.css"/>
 <h6><a href="../indexdark.html">back</a></h6>
-<h1>List of what i've achieved and what should i learn next</h1>
+<h1>Milestone</h1>
 </head>
 <body>
+<h2>Here's a list of thing that i want to achieve.</h2>
 <ol>
 <li>Do a better job at writing only on html so people who look at my site without all the styling and flashy stuff enabled could still enjoy reading it.</li>
 <li>Make a <em>modern-ish</em> look with only using CSS. (This probably will be the hardest challenge for me since i'm just starting learning html)</li>
@@ -17,6 +18,6 @@
 <p>I'll add something new to achieve while i get ahold of the basic concepts</p>
 </body>
 <footer>
-<a href="../indexdark.html">back</a>
+<h6><a href="../indexdark.html">back</a></h6>
 </footer>
 </html>
-- 
GitLab