feat(IRS): next IRS

This commit is contained in:
iCrawl
2022-07-22 23:39:48 +02:00
parent ee455c812e
commit 82165d4f80
17 changed files with 265 additions and 3972 deletions

View File

@@ -6,6 +6,13 @@ body {
Noto Sans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', Segoe UI Symbol, 'Noto Color Emoji';
}
#__next {
max-width: 100%;
max-height: 100%;
width: 100%;
height: 100%;
}
code {
font-family: 'JetBrains Mono';
}