formatting fixes

This commit is contained in:
jpez 2022-04-15 17:41:44 +01:00
parent c6cf4ba641
commit 420dd21233
4 changed files with 14 additions and 4 deletions

View File

@ -1,6 +1,6 @@
.blog_post {
background-color: rgba(0, 0, 0, 80%);
margin-left: 10em;
margin-left: 2.5em;
min-width: 25em;
padding-left: 1em;
padding-right: 1em;

View File

@ -3,7 +3,7 @@ form {
grid-template-columns: 50% 50%;
grid-template-rows: 30% 30% 30% 10%;
gap: 1em;
margin-left: 38em;
margin-left: 27em;
background-color: rgba(0, 0, 0, 90%);
border-radius: 1em;
min-width: 42em;
@ -14,6 +14,7 @@ form {
input {
border-radius: 1em;
padding-left: 0.5em;
background-color: #181a1b;
}
textarea {
@ -22,6 +23,7 @@ textarea {
max-width: 41em;
font-family: body;
accent-color: #f29602;
background-color: #181a1b;
}
input {
@ -30,6 +32,10 @@ input {
accent-color: #f29602;
}
input::placeholder {
color: #d8d4cf;
}
input[type="radio"] {
accent-color: #f29602;
}
@ -71,3 +77,7 @@ input[type="submit"] {
padding-top: 0.5em;
}
footer > a {
margin-left: 1em;
}

View File

@ -65,7 +65,7 @@
<img src="assets/images/favicon.svg" id="footer_logo" alt="Logo"/>
<p>&copy;Joshua Perry 2022</p>
</a>
<a href="blog/blog.html"><h1>Blog</h1></a>
<a id="blog_footer" href="blog/blog.html"><h1>Blog</h1></a>
<a href="site/report.html"><h1>Site Report</h1></a>
<a href="site/map.html"><h1>Site Map</h1></a>
<a href="site/construction.html"><h1>Terms</h1></a>

View File

@ -3,7 +3,7 @@ body {
background-image: url("../assets/images/background.jpg");
background-size: cover;
font-family: body;
color: #e5e5e5;
display: grid;
grid-template-columns: 20% 40% 40%;
grid-template-rows: 20% 60% 20%;