updated css to better reflect desired heading sizes

This commit is contained in:
rawleyIfowler
2022-04-16 13:04:59 -05:00
parent 5187c4fbab
commit 9f35fb8f67
3 changed files with 11 additions and 6 deletions

View File

@@ -41,19 +41,19 @@ h1 {
} }
h2 { h2 {
font-size: 1.5em; font-size: 1.8em;
font-weight: 700; font-weight: 700;
margin-bottom: 0; margin-bottom: 0;
} }
h3 { h3 {
font-size: 1.4em; font-size: 1.6em;
font-weight: 600; font-weight: 600;
margin-bottom: 6px; margin-bottom: 6px;
} }
h4 { h4 {
font-size: 1.3em; font-size: 1.1em;
font-weight: 600; font-weight: 600;
margin-bottom: 6px; margin-bottom: 6px;
} }
@@ -155,6 +155,11 @@ a:hover:after {
content: "' "; content: "' ";
} }
.wrap {
word-wrap: break-word;
overflow: wrap;
}
/* For code snippets */ /* For code snippets */
pre { pre {
overflow: auto; overflow: auto;

View File

@@ -13,10 +13,10 @@
<p> <p>
Donations are greatly appreciated, but nowhere near necessary. Donations are greatly appreciated, but nowhere near necessary.
</p> </p>
<p class="wrap">
<h3> <h3>
<b>Bitcoin</b>: <b>Bitcoin</b>:
</h3> </h3>
<p>
bc1qkvh6r23lv8t0tquwgzet9t07qwyk8ng96hkw7r bc1qkvh6r23lv8t0tquwgzet9t07qwyk8ng96hkw7r
</p> </p>
{{ template "footer_no_banners.tmpl" }} {{ template "footer_no_banners.tmpl" }}

View File

@@ -32,11 +32,11 @@
</p> </p>
<h3>Education</h3> <h3>Education</h3>
<p> <p>
<h4>Post-Diploma Bachelors of Science in Computer Science at the University of Regina</h4> <h4>Bachelors of Science in Computer Science</h4>
(2022-present) (2022-present)
</p> </p>
<p> <p>
<h4>Computer Systems Technology at Saskatchewan Polytechnic</h4> <h4>2 Year Diploma in Computer Systems Technology</h4>
(2020-2022) (2020-2022)
</p> </p>
<h3>Projects</h3> <h3>Projects</h3>