Featuring some people, small fixes
This commit is contained in:
parent
d82e4fb49f
commit
1e61583034
10 changed files with 173 additions and 24 deletions
src/layouts
|
@ -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);
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue