updated css to better reflect desired heading sizes
This commit is contained in:
@@ -41,19 +41,19 @@ h1 {
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.5em;
|
||||
font-size: 1.8em;
|
||||
font-weight: 700;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.4em;
|
||||
font-size: 1.6em;
|
||||
font-weight: 600;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 1.3em;
|
||||
font-size: 1.1em;
|
||||
font-weight: 600;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
@@ -155,6 +155,11 @@ a:hover:after {
|
||||
content: "' ";
|
||||
}
|
||||
|
||||
.wrap {
|
||||
word-wrap: break-word;
|
||||
overflow: wrap;
|
||||
}
|
||||
|
||||
/* For code snippets */
|
||||
pre {
|
||||
overflow: auto;
|
||||
|
||||
@@ -13,10 +13,10 @@
|
||||
<p>
|
||||
Donations are greatly appreciated, but nowhere near necessary.
|
||||
</p>
|
||||
<p class="wrap">
|
||||
<h3>
|
||||
<b>Bitcoin</b>:
|
||||
</h3>
|
||||
<p>
|
||||
bc1qkvh6r23lv8t0tquwgzet9t07qwyk8ng96hkw7r
|
||||
</p>
|
||||
{{ template "footer_no_banners.tmpl" }}
|
||||
|
||||
@@ -32,11 +32,11 @@
|
||||
</p>
|
||||
<h3>Education</h3>
|
||||
<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)
|
||||
</p>
|
||||
<p>
|
||||
<h4>Computer Systems Technology at Saskatchewan Polytechnic</h4>
|
||||
<h4>2 Year Diploma in Computer Systems Technology</h4>
|
||||
(2020-2022)
|
||||
</p>
|
||||
<h3>Projects</h3>
|
||||
|
||||
Reference in New Issue
Block a user