From f2939cf49c698a094753682b1c6a3e8a36eaca5e Mon Sep 17 00:00:00 2001 From: Tomasz Dziezyk Date: Mon, 2 Sep 2024 11:28:42 +0200 Subject: [PATCH] Remove unused code --- styles/styles.css | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/styles/styles.css b/styles/styles.css index d479463..7a9b17c 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -523,16 +523,6 @@ main .section.padding-bottom-0 { .section > div.full-width { max-width: 100vw; } - - h1, - .h1 { - font-size: 2.125rem; - } - - h2, - .h2 { - font-size: 2rem; - } } /* full width styles */ @@ -617,24 +607,3 @@ main .border-top { background-color: var(--link-color) !important; border-color: transparent !important; } - -/* article styles - start */ -.article h1 { - font-size: 2.2313rem; - line-height: 1.2; - color: #333; - font-weight: 400; - margin-bottom: 40px; -} - -.article em { - color: rgb(240 80 110); -} - -@media (width >= 960px) { - .article h1 { - font-size: 2.625rem; - } -} - -/* article styles - end */