From 90e559978aaceff0982336c4a803afc2034ae3b0 Mon Sep 17 00:00:00 2001 From: cneud Date: Tue, 12 Nov 2019 12:20:11 +0100 Subject: [PATCH] increase accordion height --- neath.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neath.html b/neath.html index c00bbff..2a49b42 100644 --- a/neath.html +++ b/neath.html @@ -17,7 +17,7 @@ tr:hover{background-color:whitesmoke} .accordion:hover .accordion-item:hover .accordion-item-content, - .accordion .accordion-item--default .accordion-item-content{height:9em;} + .accordion .accordion-item--default .accordion-item-content{height:10.5em;} .accordion-item-content, .accordion:hover .accordion-item-content{height:0;overflow:hidden;transition:height.25s;} .accordion{padding:0;margin:0auto;width:100px;} .accordion-item:hover{background-color:yellow;}