Introducing metrics insights! (#228)

This commit is contained in:
Simon Lecoq
2021-04-12 21:26:31 +02:00
committed by GitHub
parent 65442e671d
commit 14ce8416be
11 changed files with 886 additions and 14 deletions

View File

@@ -6,6 +6,11 @@ body {
color: var(--color-text-primary);
}
iframe {
width: 100%;
height: 100%;
}
/* Header */
header {
display: flex;