You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
1.0 KiB
CSS

@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700&display=swap");
*,
*::before,
*::after {
box-sizing: border-box;
}
* {
margin: 0;
}
html,
body {
height: 100vh;
font-family:
"Nunito", ui-rounded, "Hiragino Maru Gothic ProN", Quicksand, Comfortaa,
Manjari, "Arial Rounded MT Bold", Calibri, source-sans-pro, sans-serif;
line-height: 1.5;
width: 100%;
margin: 0 auto;
}
img,
picture,
video,
canvas,
svg {
display: block;
max-width: 100%;
}
main {
max-width: 1024px;
margin: 1rem auto;
}
p {
margin-bottom: 1rem;
margin-top: 1rem;
}
/* Styles for KiCanvas */
kicanvas-embed {
display: block;
width: 100%;
max-height: 100%;
aspect-ratio: 1.414;
background-color: aqua;
margin-bottom: 1rem;
margin-top: 1rem;
}
kc-kicanvas-shell {
width: 100%;
height: 100vh;
overflow: hidden;
}