good practice bullshit or something
This commit is contained in:
parent
08734fd9be
commit
e0f1523ab0
|
|
@ -68,12 +68,16 @@ html, body {
|
||||||
background-color: var(--base);
|
background-color: var(--base);
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
font-family: 'Comic Code', sans-serif;
|
font-family: 'Comic Code', sans-serif;
|
||||||
|
overflow-x: hidden;
|
||||||
|
max-width: 100vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro-header {
|
.intro-header {
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
font-size: 2.5rem;
|
font-size: 2.5rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.HiIm {
|
.HiIm {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue