Featuring some people, small fixes

This commit is contained in:
Firq 2023-03-11 19:59:51 +01:00
parent d82e4fb49f
commit 1e61583034
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
10 changed files with 173 additions and 24 deletions

View file

@ -16,7 +16,7 @@ const { title } = Astro.props
<style>
h1 {
color: white;
margin: 0.5rem 0px 0.5rem 0.5em;
margin: 0.5rem 0.75rem 0.5rem 0.75rem;
padding: 0.25rem 0.75rem;
width: max-content;
background-color: var(--c-darkgray);

View file

@ -10,7 +10,7 @@ if (abovetext === undefined) {
h2text =
'The full list of my completed TAs can be found on my Youtube channel.'
} else {
h2text = ''
h2text = abovetext
}
---
@ -34,7 +34,7 @@ if (abovetext === undefined) {
}
h1 {
color: white;
margin: 0.5rem 0px 0.5rem 0.5em;
margin: 0.5rem 0.5rem 0.5rem 0.75rem;
padding: 0.25rem 0.75rem;
max-width: max-content;
background-color: var(--c-darkgray);