diff --git a/css/base.css b/css/base.css index d11c52b..5e9a2fe 100644 --- a/css/base.css +++ b/css/base.css @@ -619,10 +619,6 @@ input[type="file"] { grid-template-columns: 15% 85%; } -.article_toc { - margin-right: 15px; -} - /* Tooltip container */ .tooltip { position: relative; @@ -750,6 +746,10 @@ hr { font-size: 2vw; } + p { + margin-bottom: 30px; + } + small { font-size: 1.5vw; } @@ -803,13 +803,6 @@ hr { margin: 15px 0px 15px 0px; } - .article_cards_grid { - margin: 0; - display: flex; - flex-direction: column-reverse; - width: 100%; - } - .article_card .row { display: flex; flex-direction: column;