formatting fixes
This commit is contained in:
parent
c6cf4ba641
commit
420dd21233
|
|
@ -1,6 +1,6 @@
|
||||||
.blog_post {
|
.blog_post {
|
||||||
background-color: rgba(0, 0, 0, 80%);
|
background-color: rgba(0, 0, 0, 80%);
|
||||||
margin-left: 10em;
|
margin-left: 2.5em;
|
||||||
min-width: 25em;
|
min-width: 25em;
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
padding-right: 1em;
|
padding-right: 1em;
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ form {
|
||||||
grid-template-columns: 50% 50%;
|
grid-template-columns: 50% 50%;
|
||||||
grid-template-rows: 30% 30% 30% 10%;
|
grid-template-rows: 30% 30% 30% 10%;
|
||||||
gap: 1em;
|
gap: 1em;
|
||||||
margin-left: 38em;
|
margin-left: 27em;
|
||||||
background-color: rgba(0, 0, 0, 90%);
|
background-color: rgba(0, 0, 0, 90%);
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
min-width: 42em;
|
min-width: 42em;
|
||||||
|
|
@ -14,6 +14,7 @@ form {
|
||||||
input {
|
input {
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
padding-left: 0.5em;
|
padding-left: 0.5em;
|
||||||
|
background-color: #181a1b;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
|
|
@ -22,6 +23,7 @@ textarea {
|
||||||
max-width: 41em;
|
max-width: 41em;
|
||||||
font-family: body;
|
font-family: body;
|
||||||
accent-color: #f29602;
|
accent-color: #f29602;
|
||||||
|
background-color: #181a1b;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
|
|
@ -30,6 +32,10 @@ input {
|
||||||
accent-color: #f29602;
|
accent-color: #f29602;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input::placeholder {
|
||||||
|
color: #d8d4cf;
|
||||||
|
}
|
||||||
|
|
||||||
input[type="radio"] {
|
input[type="radio"] {
|
||||||
accent-color: #f29602;
|
accent-color: #f29602;
|
||||||
}
|
}
|
||||||
|
|
@ -71,3 +77,7 @@ input[type="submit"] {
|
||||||
padding-top: 0.5em;
|
padding-top: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer > a {
|
||||||
|
margin-left: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@
|
||||||
<img src="assets/images/favicon.svg" id="footer_logo" alt="Logo"/>
|
<img src="assets/images/favicon.svg" id="footer_logo" alt="Logo"/>
|
||||||
<p>©Joshua Perry 2022</p>
|
<p>©Joshua Perry 2022</p>
|
||||||
</a>
|
</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/report.html"><h1>Site Report</h1></a>
|
||||||
<a href="site/map.html"><h1>Site Map</h1></a>
|
<a href="site/map.html"><h1>Site Map</h1></a>
|
||||||
<a href="site/construction.html"><h1>Terms</h1></a>
|
<a href="site/construction.html"><h1>Terms</h1></a>
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ body {
|
||||||
background-image: url("../assets/images/background.jpg");
|
background-image: url("../assets/images/background.jpg");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
font-family: body;
|
font-family: body;
|
||||||
|
color: #e5e5e5;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 20% 40% 40%;
|
grid-template-columns: 20% 40% 40%;
|
||||||
grid-template-rows: 20% 60% 20%;
|
grid-template-rows: 20% 60% 20%;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue