From 39ae5b9c2f8acd07ff86cdd803bd7e3efc3f11e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 30 Jul 2022 01:02:28 +0200 Subject: [PATCH] Use BS5 default values for font-size and line height. --- assets/css/app.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/app.css b/assets/css/app.css index e4902527..5695c09e 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -25,11 +25,11 @@ /* Add padding for fixed header bar */ body { overflow-x: hidden; - position: relative; + /*position: relative;*/ padding-top: 70px; /* Use font size like in BS3 */ - font-size: 14px; - line-height: 1.428; + /*font-size: 14px; + line-height: 1.428;*/ } @media (min-width: 768px) {