diff --git a/src/static/web/css/style.css b/src/static/web/css/style.css index a13f35e3..271e16bb 100644 --- a/src/static/web/css/style.css +++ b/src/static/web/css/style.css @@ -69,6 +69,9 @@ input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkb .body-bg { background:var(--bg) } +.logo img { + height:36px +} #carouselDede .carousel-caption h2 { color:var(--white) } @@ -299,9 +302,6 @@ input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkb font-weight:300; color:var(--gray) } -.logo img { - height:36px -} .pannel-main-container { padding:1.5rem; background:var(--white)