diff --git a/src/static/css/App.css b/src/static/css/App.css index f1b91b7..e565980 100755 --- a/src/static/css/App.css +++ b/src/static/css/App.css @@ -126,6 +126,10 @@ p, li, span { font-size: 1rem; } +strong { + color: #ecebeb; +} + span { font-size: .8rem; } @@ -449,6 +453,11 @@ tr { margin-bottom: 5px; } +.relative { + position: relative; +} + + .bgi { background-size: contain; background-repeat: no-repeat;