add basic presentation
This commit is contained in:
parent
bb346995ea
commit
a8a942f4d1
6 changed files with 85 additions and 10 deletions
|
|
@ -4,6 +4,9 @@
|
|||
html {
|
||||
background-color: var(--prj-bg);
|
||||
color: var(--prj-text);
|
||||
|
||||
/* Update font size based on screen width, source: https://matthewjamestaylor.com/responsive-font-size */
|
||||
font-size: calc(15px + 0.390625vw);
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue