style: change line height and popover size
This commit is contained in:
parent
8f4ba9599f
commit
a3135986fa
1 changed files with 2 additions and 1 deletions
|
|
@ -224,6 +224,7 @@ body {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
font-family: "DotGothic16", sans-serif;
|
font-family: "DotGothic16", sans-serif;
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
|
line-height: 1.3;
|
||||||
|
|
||||||
&:has(#content home-content) {
|
&:has(#content home-content) {
|
||||||
background-image: url(assets/images/tiledbgpink.webp);
|
background-image: url(assets/images/tiledbgpink.webp);
|
||||||
|
|
@ -723,7 +724,7 @@ about {
|
||||||
|
|
||||||
[popover] {
|
[popover] {
|
||||||
color: white;
|
color: white;
|
||||||
width: min(90vw, 600px);
|
width: min(90vw, 1200px);
|
||||||
border: 2px solid var(--lavender);
|
border: 2px solid var(--lavender);
|
||||||
background-color: black;
|
background-color: black;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue