feat: add css variable to set max height for code blocks (#119)

This commit is contained in:
Robert Kaussow 2021-05-13 14:05:38 +02:00 committed by GitHub
parent e4f8111a3b
commit 4424e0b81c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 65 additions and 79 deletions

View file

@ -1,3 +1,7 @@
:root {
--code-max-height: 60rem;
}
.icon-grid {
width: 8rem;
height: 8rem;