~sky/blog

061091b106021f217b101d37b413dcf453d5f014 — sky 2 years ago 9b4fc76
Fixed broken links to sky.d2evs.net (redirected to
blog.skylermarks.com), tweaked css.
3 files changed, 9 insertions(+), 9 deletions(-)

M about.html
M index.html
M styles.css
M about.html => about.html +3 -3
@@ 24,7 24,7 @@
	Articles By Publish Date
	</h5>
<subsection>
	<li><a href = https://sky.d2evs.net/>2021-01-30: Home Page Update</a></li>
	<li><a href = https://blog.skylermarks.com/>2021-01-30: Home Page Update</a></li>
</subsection>

</bytime>


@@ 35,8 35,8 @@
	</h4>
	<subsection>
	<h5>Links</h5>
	<li><a href = https://sky.d2evs.net/>Home</a></li>
	<li><a href = https://sky.d2evs.net/archive/>Archive</a></li>
	<li><a href = https://blog.skylermarks.com/>Home</a></li>
	<li><a href = https://blog.skylermarks.com/archive/>Archive</a></li>
	<li>This blog is hosted on <a href = https://d2evs.net/>d2evs.net</a></li>
	</subsection>
	

M index.html => index.html +3 -3
@@ 24,7 24,7 @@
	Articles By Publish Date
	</h5>
<subsection>
	<li><a href = https://sky.d2evs.net/>2021-01-30: Home Page Update</a></li>
	<li><a href = https://blog.skylermarks.com/>2021-01-30: Home Page Update</a></li>
</subsection>

</bytime>


@@ 35,8 35,8 @@
	</h4>
	<subsection>
	<h5>Links</h5>
	<li><a href = https://sky.d2evs.net/>Home</a></li>
	<li><a href = https://sky.d2evs.net/archive/>Archive</a></li>
	<li><a href = https://blog.skylermarks.com/>Home</a></li>
	<li><a href = https://blog.skylermarks.com/archive/>Archive</a></li>
	<li>This blog is hosted on <a href = https://d2evs.net/>d2evs.net</a></li>
	</subsection>
	

M styles.css => styles.css +3 -3
@@ 93,7 93,7 @@ nav li {
header{
    padding-top: 4%;
    background-image: linear-gradient(LightBlue, white);
    padding-bottom: 5%;
    padding-bottom: 2%;
    text-align: center;
    margin-bottom: 0%;
}


@@ 114,8 114,8 @@ article{
    margin-right: 23%;
    width: 50%;
    clear: none;
    margin-top: 1%;
    padding: 2%;
    margin-top: 0%;
    padding: 1%;

}