diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/home.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index c026b27..ef59a53 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -108,6 +108,7 @@ div#deepsearchbar { + aside .submenu code { overflow: auto; display: block; @@ -128,6 +129,12 @@ main.home div#main { flex-direction: column; } + +main.home div#graph { + height: 1000px; + width: 800px; +} + main.home table .id { font-family: monospace; font-size: medium; @@ -218,6 +225,9 @@ h1, h2 { font-size: larger; } +h2 .right { + float: right; +} p { @@ -640,3 +650,4 @@ footer { + |